Html Css Color HEX #6CBE14 Christi

📋 copy color: '#6CBE14'

red 108 ◦ green 190 ◦ blue 20

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

Shades of Christi #6CBE14

Tints of Christi #6CBE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.75%

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 33.96%
G = 59.75%
B = 6.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#6CBE14 (or 0x6CBE14) is known color: Christi. HEX triplet: 6C, BE and 14. RGB value is (108,190,20). Sum of RGB (Red+Green+Blue) = 108+190+20=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBE14 is #9341EB. Grayscale: #929292. Windows color (decimal): -9650668 or 1359468. OLE color: 1359468.

HSL color Cylindrical-coordinate representation of color #6CBE14: hue angle of 88.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CBE14 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 190 20 -
CMYK 0.43 0 0.89 0.25
HSL 88.94º 0.81% 0.41% -
HSV(B) 88.94º 0.89% 0.75% -
XYZ 24.72 40.07 7.09 -
YUV 146.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 108 190 20 0.43 0 0.89 0.25 88.94 0.81 0.41
Hex 6C BE 14 2B 0 59 19 59 51 29
Octal 154 276 24 53 0 131 31 131 121 51
Binary 1101100 10111110 10100 101011 0 1011001 11001 1011001 1010001 101001

Color Harmonies of #6CBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBE14

Black with #6CBE14

Text Example


Text Example

White with #6CBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,190,20); }

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

background-color css

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

 a { background-color: rgb(108,190,20); }

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

border-color css

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

 span { border-color: rgb(108,190,20); }

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