Html Css Color HEX #64CF56 Apple

📋 copy color: '#64CF56'

red 100 ◦ green 207 ◦ blue 86

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

Shades of Apple #64CF56

Tints of Apple #64CF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 25.45%
G = 52.67%
B = 21.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#64CF56 (or 0x64CF56) is known color: Apple. HEX triplet: 64, CF and 56. RGB value is (100,207,86). Sum of RGB (Red+Green+Blue) = 100+207+86=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CF56 is #9B30A9. Grayscale: #A1A1A1. Windows color (decimal): -10170538 or 5689188. OLE color: 5689188.

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

Color convert

RGB 100 207 86 -
CMYK 0.52 0 0.58 0.19
HSL 113.06º 0.56% 0.57% -
HSV(B) 113.06º 0.58% 0.81% -
XYZ 29.25 48.01 16.53 -
YUV 161.21 85.55 84.34 -
System Red Green Blue C M Y K H S L
Decimal 100 207 86 0.52 0 0.58 0.19 113.06 0.56 0.57
Hex 64 CF 56 34 0 3A 13 71 38 39
Octal 144 317 126 64 0 72 23 161 70 71
Binary 1100100 11001111 1010110 110100 0 111010 10011 1110001 111000 111001

Color Harmonies of #64CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CF56

Black with #64CF56

Text Example


Text Example

White with #64CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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