Html Css Color HEX #64CE33 Apple

📋 copy color: '#64CE33'

red 100 ◦ green 206 ◦ blue 51

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

Shades of Apple #64CE33

Tints of Apple #64CE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 28.01%
G = 57.7%
B = 14.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#64CE33 (or 0x64CE33) is known color: Apple. HEX triplet: 64, CE and 33. RGB value is (100,206,51). Sum of RGB (Red+Green+Blue) = 100+206+51=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE33 is #9B31CC. Grayscale: #9D9D9D. Windows color (decimal): -10170829 or 3395172. OLE color: 3395172.

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

Color convert

RGB 100 206 51 -
CMYK 0.51 0 0.75 0.19
HSL 101.03º 0.61% 0.5% -
HSV(B) 101.03º 0.75% 0.81% -
XYZ 27.92 47.09 10.75 -
YUV 156.64 68.38 87.6 -
System Red Green Blue C M Y K H S L
Decimal 100 206 51 0.51 0 0.75 0.19 101.03 0.61 0.5
Hex 64 CE 33 33 0 4B 13 65 3D 32
Octal 144 316 63 63 0 113 23 145 75 62
Binary 1100100 11001110 110011 110011 0 1001011 10011 1100101 111101 110010

Color Harmonies of #64CE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE33

Black with #64CE33

Text Example


Text Example

White with #64CE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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