Html Css Color HEX #8DB512 Citrus

📋 copy color: '#8DB512'

red 141 ◦ green 181 ◦ blue 18

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

Shades of Citrus #8DB512

Tints of Citrus #8DB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.24%

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

R = 41.47%
G = 53.24%
B = 5.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#8DB512 (or 0x8DB512) is known color: Citrus. HEX triplet: 8D, B5 and 12. RGB value is (141,181,18). Sum of RGB (Red+Green+Blue) = 141+181+18=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB512 is #724AED. Grayscale: #979797. Windows color (decimal): -7490286 or 1226125. OLE color: 1226125.

HSL color Cylindrical-coordinate representation of color #8DB512: hue angle of 74.72º 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 #8DB512 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 18 -
CMYK 0.22 0 0.90 0.29
HSL 74.72º 0.82% 0.39% -
HSV(B) 74.72º 0.9% 0.71% -
XYZ 27.62 38.75 6.6 -
YUV 150.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 141 181 18 0.22 0 0.90 0.29 74.72 0.82 0.39
Hex 8D B5 12 16 0 5A 1D 4B 52 27
Octal 215 265 22 26 0 132 35 113 122 47
Binary 10001101 10110101 10010 10110 0 1011010 11101 1001011 1010010 100111

Color Harmonies of #8DB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB512

Black with #8DB512

Text Example


Text Example

White with #8DB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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