Html Css Color HEX #64AF15 Christi

📋 copy color: '#64AF15'

red 100 ◦ green 175 ◦ blue 21

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

Shades of Christi #64AF15

Tints of Christi #64AF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.12%

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 33.78%
G = 59.12%
B = 7.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#64AF15 (or 0x64AF15) is known color: Christi. HEX triplet: 64, AF and 15. RGB value is (100,175,21). Sum of RGB (Red+Green+Blue) = 100+175+21=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AF15 is #9B50EA. Grayscale: #878787. Windows color (decimal): -10178795 or 1421156. OLE color: 1421156.

HSL color Cylindrical-coordinate representation of color #64AF15: hue angle of 89.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64AF15 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 175 21 -
CMYK 0.43 0 0.88 0.31
HSL 89.22º 0.79% 0.38% -
HSV(B) 89.22º 0.88% 0.69% -
XYZ 20.72 33.42 6.07 -
YUV 135.02 63.65 103.02 -
System Red Green Blue C M Y K H S L
Decimal 100 175 21 0.43 0 0.88 0.31 89.22 0.79 0.38
Hex 64 AF 15 2B 0 58 1F 59 4F 26
Octal 144 257 25 53 0 130 37 131 117 46
Binary 1100100 10101111 10101 101011 0 1011000 11111 1011001 1001111 100110

Color Harmonies of #64AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF15

Black with #64AF15

Text Example


Text Example

White with #64AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,175,21); }

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

background-color css

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

 a { background-color: rgb(100,175,21); }

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

border-color css

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

 span { border-color: rgb(100,175,21); }

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