Html Css Color HEX #64CB4B Apple

📋 copy color: '#64CB4B'

red 100 ◦ green 203 ◦ blue 75

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

Shades of Apple #64CB4B

Tints of Apple #64CB4B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.7%

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

R = 26.46%
G = 53.7%
B = 19.84%

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

#64CB4B (or 0x64CB4B) is known color: Apple. HEX triplet: 64, CB and 4B. RGB value is (100,203,75). Sum of RGB (Red+Green+Blue) = 100+203+75=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB4B is #9B34B4. Grayscale: #9E9E9E. Windows color (decimal): -10171573 or 4967268. OLE color: 4967268.

HSL color Cylindrical-coordinate representation of color #64CB4B: hue angle of 108.28º degrees, saturation: 0.55, 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 #64CB4B is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 203 75 -
CMYK 0.51 0 0.63 0.20
HSL 108.28º 0.55% 0.55% -
HSV(B) 108.28º 0.63% 0.8% -
XYZ 27.88 45.93 14.05 -
YUV 157.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 100 203 75 0.51 0 0.63 0.20 108.28 0.55 0.55
Hex 64 CB 4B 33 0 3F 14 6C 37 37
Octal 144 313 113 63 0 77 24 154 67 67
Binary 1100100 11001011 1001011 110011 0 111111 10100 1101100 110111 110111

Color Harmonies of #64CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CB4B

Black with #64CB4B

Text Example


Text Example

White with #64CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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