Html Css Color HEX #64CF52 Apple

📋 copy color: '#64CF52'

red 100 ◦ green 207 ◦ blue 82

#64CF52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64CF52

Tints of Apple #64CF52

RGB

 RED value IS 100 (39.45% from 255) = 25.71%

 GREEN value IS 207 (81.25% from 255) = 53.21%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 25.71%
G = 53.21%
B = 21.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#64CF52 (or 0x64CF52) is known color: Apple. HEX triplet: 64, CF and 52. RGB value is (100,207,82). Sum of RGB (Red+Green+Blue) = 100+207+82=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF52 is #9B30AD. Grayscale: #A1A1A1. Windows color (decimal): -10170542 or 5427044. OLE color: 5427044.

HSL color Cylindrical-coordinate representation of color #64CF52: hue angle of 111.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64CF52 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 207 82 -
CMYK 0.52 0 0.60 0.19
HSL 111.36º 0.57% 0.57% -
HSV(B) 111.36º 0.6% 0.81% -
XYZ 29.09 47.94 15.7 -
YUV 160.76 83.55 84.66 -
System Red Green Blue C M Y K H S L
Decimal 100 207 82 0.52 0 0.60 0.19 111.36 0.57 0.57
Hex 64 CF 52 34 0 3C 13 6F 39 39
Octal 144 317 122 64 0 74 23 157 71 71
Binary 1100100 11001111 1010010 110100 0 111100 10011 1101111 111001 111001

Color Harmonies of #64CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF52

Black with #64CF52

Text Example


Text Example

White with #64CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CF52; }

 p { color: rgb(100,207,82); }

 H1.HeaderClassName
 {
   color: #64CF52;
 }
 .AnyTagClassName
 {
   color: #64CF52;
 }
</style>

background-color css

<style>
 a { background-color: #64CF52; }

 a { background-color: rgb(100,207,82); }

 div.DivClassName
 {
   background-color: #64CF52;
 }
 .BgClassName
 {
   background-color: #64CF52;
 }
</style>

border-color css

<style>
 span { border-color: #64CF52; }

 span { border-color: rgb(100,207,82); }

 td.TdClassName
 {
   border-color: #64CF52;
 }
 .TagClassName
 {
   border-color: #64CF52;
 }
</style>