Html Css Color HEX #64CE32 Apple

📋 copy color: '#64CE32'

red 100 ◦ green 206 ◦ blue 50

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

Shades of Apple #64CE32

Tints of Apple #64CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.87%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 28.09%
G = 57.87%
B = 14.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#64CE32 (or 0x64CE32) is known color: Apple. HEX triplet: 64, CE and 32. RGB value is (100,206,50). Sum of RGB (Red+Green+Blue) = 100+206+50=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE32 is #9B31CD. Grayscale: #9D9D9D. Windows color (decimal): -10170830 or 3329636. OLE color: 3329636.

HSL color Cylindrical-coordinate representation of color #64CE32: hue angle of 100.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64CE32 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 50 -
CMYK 0.51 0 0.76 0.19
HSL 100.77º 0.61% 0.5% -
HSV(B) 100.77º 0.76% 0.81% -
XYZ 27.9 47.08 10.63 -
YUV 156.52 67.88 87.68 -
System Red Green Blue C M Y K H S L
Decimal 100 206 50 0.51 0 0.76 0.19 100.77 0.61 0.5
Hex 64 CE 32 33 0 4C 13 65 3D 32
Octal 144 316 62 63 0 114 23 145 75 62
Binary 1100100 11001110 110010 110011 0 1001100 10011 1100101 111101 110010

Color Harmonies of #64CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE32

Black with #64CE32

Text Example


Text Example

White with #64CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,206,50); }

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

background-color css

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

 a { background-color: rgb(100,206,50); }

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

border-color css

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

 span { border-color: rgb(100,206,50); }

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