#64CE38

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

Shades of Apple #64CE38

Tints of Apple #64CE38

Color information

#64CE38 (or 0x64CE38) is unknown color: approx Apple. HEX triplet: 64, CE and 38. RGB value is (100,206,56). Sum of RGB (Red+Green+Blue) = 100+206+56=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE38 is #9B31C7. Grayscale: #9D9D9D. Windows color (decimal): -10170824 or 3722852. OLE color: 3722852.

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

Color convert

RGB10020656-
CMYK0.5100.730.19
HSL102.4º60.48%51.37%-
HSV(B)102.4º72.82%80.78%-
XYZ28.0447.1411.36-
YUV157.2170.8887.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 206 (80.86% from 255) = 56.91%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=27.62%
G=56.91%
B=15.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100206560.5100.730.19102.460.4851.37
Hex64CE383304913663c33
Octal14431670630111231467463
Binary11001001100111011100011001101001001100111100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CE38;
 }
 .AnyTagClassName
 {
   color: #64CE38;
 }
</style>
background-color css

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

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

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

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

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

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