Html Css Color HEX #64C931 Apple

📋 copy color: '#64C931'

red 100 ◦ green 201 ◦ blue 49

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

Shades of Apple #64C931

Tints of Apple #64C931

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.43%

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

R = 28.57%
G = 57.43%
B = 14%

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

#64C931 (or 0x64C931) is known color: Apple. HEX triplet: 64, C9 and 31. RGB value is (100,201,49). Sum of RGB (Red+Green+Blue) = 100+201+49=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #64C931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C931 is #9B36CE. Grayscale: #999999. Windows color (decimal): -10172111 or 3262820. OLE color: 3262820.

HSL color Cylindrical-coordinate representation of color #64C931: hue angle of 99.87º 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 #64C931 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 49 -
CMYK 0.50 0 0.76 0.21
HSL 99.87º 0.61% 0.49% -
HSV(B) 99.87º 0.76% 0.79% -
XYZ 26.7 44.7 10.13 -
YUV 153.47 69.04 89.86 -
System Red Green Blue C M Y K H S L
Decimal 100 201 49 0.50 0 0.76 0.21 99.87 0.61 0.49
Hex 64 C9 31 32 0 4C 15 64 3D 31
Octal 144 311 61 62 0 114 25 144 75 61
Binary 1100100 11001001 110001 110010 0 1001100 10101 1100100 111101 110001

Color Harmonies of #64C931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C931

Black with #64C931

Text Example


Text Example

White with #64C931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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