Html Css Color HEX #64DD4B Apple

📋 copy color: '#64DD4B'

red 100 ◦ green 221 ◦ blue 75

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

Shades of Apple #64DD4B

Tints of Apple #64DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.81%

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 25.25%
G = 55.81%
B = 18.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#64DD4B (or 0x64DD4B) is known color: Apple. HEX triplet: 64, DD and 4B. RGB value is (100,221,75). Sum of RGB (Red+Green+Blue) = 100+221+75=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD4B is #9B22B4. Grayscale: #A8A8A8. Windows color (decimal): -10166965 or 4971876. OLE color: 4971876.

HSL color Cylindrical-coordinate representation of color #64DD4B: hue angle of 109.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64DD4B is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 75 -
CMYK 0.55 0 0.66 0.13
HSL 109.73º 0.68% 0.58% -
HSV(B) 109.73º 0.66% 0.87% -
XYZ 32.38 54.93 15.55 -
YUV 168.18 75.41 79.37 -
System Red Green Blue C M Y K H S L
Decimal 100 221 75 0.55 0 0.66 0.13 109.73 0.68 0.58
Hex 64 DD 4B 37 0 42 D 6E 44 3A
Octal 144 335 113 67 0 102 15 156 104 72
Binary 1100100 11011101 1001011 110111 0 1000010 1101 1101110 1000100 111010

Color Harmonies of #64DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DD4B

Black with #64DD4B

Text Example


Text Example

White with #64DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,75); }

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

background-color css

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

 a { background-color: rgb(100,221,75); }

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

border-color css

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

 span { border-color: rgb(100,221,75); }

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