Html Css Color HEX #64CE38 Apple

📋 copy color: '#64CE38'

red 100 ◦ green 206 ◦ blue 56

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

Shades of Apple #64CE38

Tints of Apple #64CE38

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 value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#64CE38 (or 0x64CE38) is known color: 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

RGB 100 206 56 -
CMYK 0.51 0 0.73 0.19
HSL 102.4º 0.6% 0.51% -
HSV(B) 102.4º 0.73% 0.81% -
XYZ 28.04 47.14 11.36 -
YUV 157.21 70.88 87.2 -
System Red Green Blue C M Y K H S L
Decimal 100 206 56 0.51 0 0.73 0.19 102.4 0.6 0.51
Hex 64 CE 38 33 0 49 13 66 3C 33
Octal 144 316 70 63 0 111 23 146 74 63
Binary 1100100 11001110 111000 110011 0 1001001 10011 1100110 111100 110011

Color Harmonies of #64CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE38

Black with #64CE38

Text Example


Text Example

White with #64CE38

Text Example


Text Example

HTML Codes & Css Web 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>