Html Css Color HEX #64CA31 Apple

📋 copy color: '#64CA31'

red 100 ◦ green 202 ◦ blue 49

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

Shades of Apple #64CA31

Tints of Apple #64CA31

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.55%

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 28.49%
G = 57.55%
B = 13.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#64CA31 (or 0x64CA31) is known color: Apple. HEX triplet: 64, CA and 31. RGB value is (100,202,49). Sum of RGB (Red+Green+Blue) = 100+202+49=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CA31 is #9B35CE. Grayscale: #9A9A9A. Windows color (decimal): -10171855 or 3263076. OLE color: 3263076.

HSL color Cylindrical-coordinate representation of color #64CA31: hue angle of 100º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64CA31 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 49 -
CMYK 0.50 0 0.76 0.21
HSL 100º 0.61% 0.49% -
HSV(B) 100º 0.76% 0.79% -
XYZ 26.93 45.17 10.21 -
YUV 154.06 68.71 89.44 -
System Red Green Blue C M Y K H S L
Decimal 100 202 49 0.50 0 0.76 0.21 100 0.61 0.49
Hex 64 CA 31 32 0 4C 15 64 3D 31
Octal 144 312 61 62 0 114 25 144 75 61
Binary 1100100 11001010 110001 110010 0 1001100 10101 1100100 111101 110001

Color Harmonies of #64CA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA31

Black with #64CA31

Text Example


Text Example

White with #64CA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,49); }

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

background-color css

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

 a { background-color: rgb(100,202,49); }

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

border-color css

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

 span { border-color: rgb(100,202,49); }

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