Html Css Color HEX #8DB008 Citrus

📋 copy color: '#8DB008'

red 141 ◦ green 176 ◦ blue 8

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

Shades of Citrus #8DB008

Tints of Citrus #8DB008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.15%

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 43.38%
G = 54.15%
B = 2.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#8DB008 (or 0x8DB008) is known color: Citrus. HEX triplet: 8D, B0 and 08. RGB value is (141,176,8). Sum of RGB (Red+Green+Blue) = 141+176+8=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB008 is #724FF7. Grayscale: #939393. Windows color (decimal): -7491576 or 569485. OLE color: 569485.

HSL color Cylindrical-coordinate representation of color #8DB008: hue angle of 72.5º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DB008 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 8 -
CMYK 0.20 0 0.95 0.31
HSL 72.5º 0.91% 0.36% -
HSV(B) 72.5º 0.95% 0.69% -
XYZ 26.55 36.73 5.92 -
YUV 146.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 141 176 8 0.20 0 0.95 0.31 72.5 0.91 0.36
Hex 8D B0 8 14 0 5F 1F 48 5B 24
Octal 215 260 10 24 0 137 37 110 133 44
Binary 10001101 10110000 1000 10100 0 1011111 11111 1001000 1011011 100100

Color Harmonies of #8DB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB008

Black with #8DB008

Text Example


Text Example

White with #8DB008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,8); }

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

background-color css

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

 a { background-color: rgb(141,176,8); }

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

border-color css

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

 span { border-color: rgb(141,176,8); }

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