Html Css Color HEX #6EBD1C Christi

📋 copy color: '#6EBD1C'

red 110 ◦ green 189 ◦ blue 28

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

Shades of Christi #6EBD1C

Tints of Christi #6EBD1C

RGB

 RED value IS 110 (43.36% from 255) = 33.64%

 GREEN value IS 189 (74.22% from 255) = 57.8%

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 33.64%
G = 57.8%
B = 8.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#6EBD1C (or 0x6EBD1C) is known color: Christi. HEX triplet: 6E, BD and 1C. RGB value is (110,189,28). Sum of RGB (Red+Green+Blue) = 110+189+28=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBD1C is #9142E3. Grayscale: #939393. Windows color (decimal): -9519844 or 1883502. OLE color: 1883502.

HSL color Cylindrical-coordinate representation of color #6EBD1C: hue angle of 89.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6EBD1C is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 189 28 -
CMYK 0.42 0 0.85 0.26
HSL 89.44º 0.74% 0.43% -
HSV(B) 89.44º 0.85% 0.74% -
XYZ 24.84 39.79 7.47 -
YUV 147.03 60.83 101.59 -
System Red Green Blue C M Y K H S L
Decimal 110 189 28 0.42 0 0.85 0.26 89.44 0.74 0.43
Hex 6E BD 1C 2A 0 55 1A 59 4A 2B
Octal 156 275 34 52 0 125 32 131 112 53
Binary 1101110 10111101 11100 101010 0 1010101 11010 1011001 1001010 101011

Color Harmonies of #6EBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBD1C

Black with #6EBD1C

Text Example


Text Example

White with #6EBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,28); }

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

background-color css

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

 a { background-color: rgb(110,189,28); }

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

border-color css

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

 span { border-color: rgb(110,189,28); }

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