Html Css Color HEX #64CB40 Apple

📋 copy color: '#64CB40'

red 100 ◦ green 203 ◦ blue 64

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

Shades of Apple #64CB40

Tints of Apple #64CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.31%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 27.25%
G = 55.31%
B = 17.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#64CB40 (or 0x64CB40) is known color: Apple. HEX triplet: 64, CB and 40. RGB value is (100,203,64). Sum of RGB (Red+Green+Blue) = 100+203+64=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB40 is #9B34BF. Grayscale: #9C9C9C. Windows color (decimal): -10171584 or 4246372. OLE color: 4246372.

HSL color Cylindrical-coordinate representation of color #64CB40: hue angle of 104.46º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64CB40 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 203 64 -
CMYK 0.51 0 0.68 0.20
HSL 104.46º 0.57% 0.52% -
HSV(B) 104.46º 0.68% 0.8% -
XYZ 27.54 45.79 12.24 -
YUV 156.36 75.88 87.8 -
System Red Green Blue C M Y K H S L
Decimal 100 203 64 0.51 0 0.68 0.20 104.46 0.57 0.52
Hex 64 CB 40 33 0 44 14 68 39 34
Octal 144 313 100 63 0 104 24 150 71 64
Binary 1100100 11001011 1000000 110011 0 1000100 10100 1101000 111001 110100

Color Harmonies of #64CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CB40

Black with #64CB40

Text Example


Text Example

White with #64CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,203,64); }

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

background-color css

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

 a { background-color: rgb(100,203,64); }

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

border-color css

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

 span { border-color: rgb(100,203,64); }

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