#64CE33

Color #64CE33 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64CE33

Tints of Apple #64CE33

Color information

#64CE33 (or 0x64CE33) is unknown color: approx 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

RGB10020651-
CMYK0.5100.750.19
HSL101.03º61.26%50.39%-
HSV(B)101.03º75.24%80.78%-
XYZ27.9247.0910.75-
YUV156.6468.3887.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 206 (80.86% from 255) = 57.70%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=28.01%
G=57.70%
B=14.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100206510.5100.750.19101.0361.2650.39
Hex64CE333304B13653d32
Octal14431663630113231457562
Binary11001001100111011001111001101001011100111100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>