Html Css Color HEX #6EBD1F Christi

📋 copy color: '#6EBD1F'

red 110 ◦ green 189 ◦ blue 31

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

Shades of Christi #6EBD1F

Tints of Christi #6EBD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 33.33%
G = 57.27%
B = 9.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#6EBD1F (or 0x6EBD1F) is known color: Christi. HEX triplet: 6E, BD and 1F. RGB value is (110,189,31). Sum of RGB (Red+Green+Blue) = 110+189+31=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBD1F is #9142E0. Grayscale: #939393. Windows color (decimal): -9519841 or 2080110. OLE color: 2080110.

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

Color convert

RGB 110 189 31 -
CMYK 0.42 0 0.84 0.26
HSL 90º 0.72% 0.43% -
HSV(B) 90º 0.84% 0.74% -
XYZ 24.88 39.81 7.67 -
YUV 147.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 110 189 31 0.42 0 0.84 0.26 90 0.72 0.43
Hex 6E BD 1F 2A 0 54 1A 5A 48 2B
Octal 156 275 37 52 0 124 32 132 110 53
Binary 1101110 10111101 11111 101010 0 1010100 11010 1011010 1001000 101011

Color Harmonies of #6EBD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBD1F

Black with #6EBD1F

Text Example


Text Example

White with #6EBD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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