Html Css Color HEX #64CD4B Apple

📋 copy color: '#64CD4B'

red 100 ◦ green 205 ◦ blue 75

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

Shades of Apple #64CD4B

Tints of Apple #64CD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.95%

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

R = 26.32%
G = 53.95%
B = 19.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#64CD4B (or 0x64CD4B) is known color: Apple. HEX triplet: 64, CD and 4B. RGB value is (100,205,75). Sum of RGB (Red+Green+Blue) = 100+205+75=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD4B is #9B32B4. Grayscale: #9F9F9F. Windows color (decimal): -10171061 or 4967780. OLE color: 4967780.

HSL color Cylindrical-coordinate representation of color #64CD4B: hue angle of 108.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64CD4B is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 75 -
CMYK 0.51 0 0.63 0.20
HSL 108.46º 0.57% 0.55% -
HSV(B) 108.46º 0.63% 0.8% -
XYZ 28.36 46.88 14.21 -
YUV 158.79 80.71 86.07 -
System Red Green Blue C M Y K H S L
Decimal 100 205 75 0.51 0 0.63 0.20 108.46 0.57 0.55
Hex 64 CD 4B 33 0 3F 14 6C 39 37
Octal 144 315 113 63 0 77 24 154 71 67
Binary 1100100 11001101 1001011 110011 0 111111 10100 1101100 111001 110111

Color Harmonies of #64CD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD4B

Black with #64CD4B

Text Example


Text Example

White with #64CD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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