Html Css Color HEX #64DB37 Apple

📋 copy color: '#64DB37'

red 100 ◦ green 219 ◦ blue 55

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

Shades of Apple #64DB37

Tints of Apple #64DB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.56%

 BLUE value IS 55 (21.88% from 255) = 14.71%

R = 26.74%
G = 58.56%
B = 14.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#64DB37 (or 0x64DB37) is known color: Apple. HEX triplet: 64, DB and 37. RGB value is (100,219,55). Sum of RGB (Red+Green+Blue) = 100+219+55=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DB37 is #9B24C8. Grayscale: #A5A5A5. Windows color (decimal): -10167497 or 3660644. OLE color: 3660644.

HSL color Cylindrical-coordinate representation of color #64DB37: hue angle of 103.54º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64DB37 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 219 55 -
CMYK 0.54 0 0.75 0.14
HSL 103.54º 0.69% 0.54% -
HSV(B) 103.54º 0.75% 0.86% -
XYZ 31.28 53.65 12.32 -
YUV 164.72 66.08 81.84 -
System Red Green Blue C M Y K H S L
Decimal 100 219 55 0.54 0 0.75 0.14 103.54 0.69 0.54
Hex 64 DB 37 36 0 4B E 68 45 36
Octal 144 333 67 66 0 113 16 150 105 66
Binary 1100100 11011011 110111 110110 0 1001011 1110 1101000 1000101 110110

Color Harmonies of #64DB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DB37

Black with #64DB37

Text Example


Text Example

White with #64DB37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,219,55); }

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

background-color css

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

 a { background-color: rgb(100,219,55); }

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

border-color css

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

 span { border-color: rgb(100,219,55); }

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