Html Css Color HEX #64BC15 Christi

📋 copy color: '#64BC15'

red 100 ◦ green 188 ◦ blue 21

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

Shades of Christi #64BC15

Tints of Christi #64BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 32.36%
G = 60.84%
B = 6.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#64BC15 (or 0x64BC15) is known color: Christi. HEX triplet: 64, BC and 15. RGB value is (100,188,21). Sum of RGB (Red+Green+Blue) = 100+188+21=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BC15 is #9B43EA. Grayscale: #8F8F8F. Windows color (decimal): -10175467 or 1424484. OLE color: 1424484.

HSL color Cylindrical-coordinate representation of color #64BC15: hue angle of 91.62º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64BC15 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 21 -
CMYK 0.47 0 0.89 0.26
HSL 91.62º 0.8% 0.41% -
HSV(B) 91.62º 0.89% 0.74% -
XYZ 23.37 38.73 6.95 -
YUV 142.65 59.35 97.58 -
System Red Green Blue C M Y K H S L
Decimal 100 188 21 0.47 0 0.89 0.26 91.62 0.8 0.41
Hex 64 BC 15 2F 0 59 1A 5C 50 29
Octal 144 274 25 57 0 131 32 134 120 51
Binary 1100100 10111100 10101 101111 0 1011001 11010 1011100 1010000 101001

Color Harmonies of #64BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC15

Black with #64BC15

Text Example


Text Example

White with #64BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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