Html Css Color HEX #6CC00E Christi

📋 copy color: '#6CC00E'

red 108 ◦ green 192 ◦ blue 14

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

Shades of Christi #6CC00E

Tints of Christi #6CC00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 34.39%
G = 61.15%
B = 4.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#6CC00E (or 0x6CC00E) is known color: Christi. HEX triplet: 6C, C0 and 0E. RGB value is (108,192,14). Sum of RGB (Red+Green+Blue) = 108+192+14=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC00E is #933FF1. Grayscale: #939393. Windows color (decimal): -9650162 or 966764. OLE color: 966764.

HSL color Cylindrical-coordinate representation of color #6CC00E: hue angle of 88.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CC00E is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 192 14 -
CMYK 0.44 0 0.93 0.25
HSL 88.31º 0.86% 0.4% -
HSV(B) 88.31º 0.93% 0.75% -
XYZ 25.11 40.92 6.99 -
YUV 146.59 53.17 100.47 -
System Red Green Blue C M Y K H S L
Decimal 108 192 14 0.44 0 0.93 0.25 88.31 0.86 0.4
Hex 6C C0 E 2C 0 5D 19 58 56 28
Octal 154 300 16 54 0 135 31 130 126 50
Binary 1101100 11000000 1110 101100 0 1011101 11001 1011000 1010110 101000

Color Harmonies of #6CC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC00E

Black with #6CC00E

Text Example


Text Example

White with #6CC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,192,14); }

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

background-color css

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

 a { background-color: rgb(108,192,14); }

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

border-color css

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

 span { border-color: rgb(108,192,14); }

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