Html Css Color HEX #6CBA15 Christi

📋 copy color: '#6CBA15'

red 108 ◦ green 186 ◦ blue 21

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

Shades of Christi #6CBA15

Tints of Christi #6CBA15

RGB

 RED value IS 108 (42.58% from 255) = 34.29%

 GREEN value IS 186 (73.05% from 255) = 59.05%

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

R = 34.29%
G = 59.05%
B = 6.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#6CBA15 (or 0x6CBA15) is known color: Christi. HEX triplet: 6C, BA and 15. RGB value is (108,186,21). Sum of RGB (Red+Green+Blue) = 108+186+21=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBA15 is #9345EA. Grayscale: #909090. Windows color (decimal): -9651691 or 1423980. OLE color: 1423980.

HSL color Cylindrical-coordinate representation of color #6CBA15: hue angle of 88.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CBA15 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 21 -
CMYK 0.42 0 0.89 0.27
HSL 88.36º 0.8% 0.41% -
HSV(B) 88.36º 0.89% 0.73% -
XYZ 23.88 38.36 6.86 -
YUV 143.87 58.66 102.42 -
System Red Green Blue C M Y K H S L
Decimal 108 186 21 0.42 0 0.89 0.27 88.36 0.8 0.41
Hex 6C BA 15 2A 0 59 1B 58 50 29
Octal 154 272 25 52 0 131 33 130 120 51
Binary 1101100 10111010 10101 101010 0 1011001 11011 1011000 1010000 101001

Color Harmonies of #6CBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBA15

Black with #6CBA15

Text Example


Text Example

White with #6CBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CBA15; }

 p { color: rgb(108,186,21); }

 H1.HeaderClassName
 {
   color: #6CBA15;
 }
 .AnyTagClassName
 {
   color: #6CBA15;
 }
</style>

background-color css

<style>
 a { background-color: #6CBA15; }

 a { background-color: rgb(108,186,21); }

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

border-color css

<style>
 span { border-color: #6CBA15; }

 span { border-color: rgb(108,186,21); }

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