Html Css Color HEX #6DCB14 Christi

📋 copy color: '#6DCB14'

red 109 ◦ green 203 ◦ blue 20

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

Shades of Christi #6DCB14

Tints of Christi #6DCB14

RGB

 RED value IS 109 (42.97% from 255) = 32.83%

 GREEN value IS 203 (79.69% from 255) = 61.14%

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

R = 32.83%
G = 61.14%
B = 6.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#6DCB14 (or 0x6DCB14) is known color: Christi. HEX triplet: 6D, CB and 14. RGB value is (109,203,20). Sum of RGB (Red+Green+Blue) = 109+203+20=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCB14 is #9234EB. Grayscale: #9A9A9A. Windows color (decimal): -9581804 or 1362797. OLE color: 1362797.

HSL color Cylindrical-coordinate representation of color #6DCB14: hue angle of 90.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DCB14 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 203 20 -
CMYK 0.46 0 0.90 0.20
HSL 90.82º 0.82% 0.44% -
HSV(B) 90.82º 0.9% 0.8% -
XYZ 27.79 46.01 8.08 -
YUV 154.03 52.36 95.88 -
System Red Green Blue C M Y K H S L
Decimal 109 203 20 0.46 0 0.90 0.20 90.82 0.82 0.44
Hex 6D CB 14 2E 0 5A 14 5B 52 2C
Octal 155 313 24 56 0 132 24 133 122 54
Binary 1101101 11001011 10100 101110 0 1011010 10100 1011011 1010010 101100

Color Harmonies of #6DCB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCB14

Black with #6DCB14

Text Example


Text Example

White with #6DCB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,20); }

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

background-color css

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

 a { background-color: rgb(109,203,20); }

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

border-color css

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

 span { border-color: rgb(109,203,20); }

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