Html Css Color HEX #8DB205 Citrus

📋 copy color: '#8DB205'

red 141 ◦ green 178 ◦ blue 5

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

Shades of Citrus #8DB205

Tints of Citrus #8DB205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 43.52%
G = 54.94%
B = 1.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#8DB205 (or 0x8DB205) is known color: Citrus. HEX triplet: 8D, B2 and 05. RGB value is (141,178,5). Sum of RGB (Red+Green+Blue) = 141+178+5=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB205 is #724DFA. Grayscale: #939393. Windows color (decimal): -7491067 or 373389. OLE color: 373389.

HSL color Cylindrical-coordinate representation of color #8DB205: hue angle of 72.83º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DB205 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 5 -
CMYK 0.21 0 0.97 0.30
HSL 72.83º 0.95% 0.36% -
HSV(B) 72.83º 0.97% 0.7% -
XYZ 26.93 37.51 5.97 -
YUV 147.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 141 178 5 0.21 0 0.97 0.30 72.83 0.95 0.36
Hex 8D B2 5 15 0 61 1E 49 5F 24
Octal 215 262 5 25 0 141 36 111 137 44
Binary 10001101 10110010 101 10101 0 1100001 11110 1001001 1011111 100100

Color Harmonies of #8DB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB205

Black with #8DB205

Text Example


Text Example

White with #8DB205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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