Html Css Color HEX #8DB212 Citrus

📋 copy color: '#8DB212'

red 141 ◦ green 178 ◦ blue 18

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

Shades of Citrus #8DB212

Tints of Citrus #8DB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

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

R = 41.84%
G = 52.82%
B = 5.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#8DB212 (or 0x8DB212) is known color: Citrus. HEX triplet: 8D, B2 and 12. RGB value is (141,178,18). Sum of RGB (Red+Green+Blue) = 141+178+18=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB212 is #724DED. Grayscale: #959595. Windows color (decimal): -7491054 or 1225357. OLE color: 1225357.

HSL color Cylindrical-coordinate representation of color #8DB212: hue angle of 73.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DB212 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 18 -
CMYK 0.21 0 0.90 0.30
HSL 73.88º 0.82% 0.38% -
HSV(B) 73.88º 0.9% 0.7% -
XYZ 27.01 37.55 6.4 -
YUV 148.7 54.24 122.51 -
System Red Green Blue C M Y K H S L
Decimal 141 178 18 0.21 0 0.90 0.30 73.88 0.82 0.38
Hex 8D B2 12 15 0 5A 1E 4A 52 26
Octal 215 262 22 25 0 132 36 112 122 46
Binary 10001101 10110010 10010 10101 0 1011010 11110 1001010 1010010 100110

Color Harmonies of #8DB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB212

Black with #8DB212

Text Example


Text Example

White with #8DB212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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