Html Css Color HEX #8DB412 Citrus

📋 copy color: '#8DB412'

red 141 ◦ green 180 ◦ blue 18

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

Shades of Citrus #8DB412

Tints of Citrus #8DB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 41.59%
G = 53.1%
B = 5.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#8DB412 (or 0x8DB412) is known color: Citrus. HEX triplet: 8D, B4 and 12. RGB value is (141,180,18). Sum of RGB (Red+Green+Blue) = 141+180+18=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB412 is #724BED. Grayscale: #969696. Windows color (decimal): -7490542 or 1225869. OLE color: 1225869.

HSL color Cylindrical-coordinate representation of color #8DB412: hue angle of 74.44º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DB412 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 18 -
CMYK 0.22 0 0.9 0.29
HSL 74.44º 0.82% 0.39% -
HSV(B) 74.44º 0.9% 0.71% -
XYZ 27.41 38.35 6.53 -
YUV 149.87 53.58 121.67 -
System Red Green Blue C M Y K H S L
Decimal 141 180 18 0.22 0 0.9 0.29 74.44 0.82 0.39
Hex 8D B4 12 16 0 5A 1D 4A 52 27
Octal 215 264 22 26 0 132 35 112 122 47
Binary 10001101 10110100 10010 10110 0 1011010 11101 1001010 1010010 100111

Color Harmonies of #8DB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB412

Black with #8DB412

Text Example


Text Example

White with #8DB412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,18); }

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

background-color css

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

 a { background-color: rgb(141,180,18); }

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

border-color css

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

 span { border-color: rgb(141,180,18); }

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