Html Css Color HEX #8DBB0E Citrus

📋 copy color: '#8DBB0E'

red 141 ◦ green 187 ◦ blue 14

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

Shades of Citrus #8DBB0E

Tints of Citrus #8DBB0E

RGB

 RED value IS 141 (55.47% from 255) = 41.23%

 GREEN value IS 187 (73.44% from 255) = 54.68%

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

R = 41.23%
G = 54.68%
B = 4.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#8DBB0E (or 0x8DBB0E) is known color: Citrus. HEX triplet: 8D, BB and 0E. RGB value is (141,187,14). Sum of RGB (Red+Green+Blue) = 141+187+14=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB0E is #7244F1. Grayscale: #9A9A9A. Windows color (decimal): -7488754 or 965517. OLE color: 965517.

HSL color Cylindrical-coordinate representation of color #8DBB0E: hue angle of 75.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DBB0E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 14 -
CMYK 0.25 0 0.93 0.27
HSL 75.95º 0.86% 0.39% -
HSV(B) 75.95º 0.93% 0.73% -
XYZ 28.83 41.24 6.85 -
YUV 153.52 49.26 119.07 -
System Red Green Blue C M Y K H S L
Decimal 141 187 14 0.25 0 0.93 0.27 75.95 0.86 0.39
Hex 8D BB E 19 0 5D 1B 4C 56 27
Octal 215 273 16 31 0 135 33 114 126 47
Binary 10001101 10111011 1110 11001 0 1011101 11011 1001100 1010110 100111

Color Harmonies of #8DBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB0E

Black with #8DBB0E

Text Example


Text Example

White with #8DBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DBB0E; }

 p { color: rgb(141,187,14); }

 H1.HeaderClassName
 {
   color: #8DBB0E;
 }
 .AnyTagClassName
 {
   color: #8DBB0E;
 }
</style>

background-color css

<style>
 a { background-color: #8DBB0E; }

 a { background-color: rgb(141,187,14); }

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

border-color css

<style>
 span { border-color: #8DBB0E; }

 span { border-color: rgb(141,187,14); }

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