Html Css Color HEX #8DB305 Citrus

📋 copy color: '#8DB305'

red 141 ◦ green 179 ◦ blue 5

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

Shades of Citrus #8DB305

Tints of Citrus #8DB305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.08%

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

R = 43.38%
G = 55.08%
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

#8DB305 (or 0x8DB305) is known color: Citrus. HEX triplet: 8D, B3 and 05. RGB value is (141,179,5). Sum of RGB (Red+Green+Blue) = 141+179+5=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB305 is #724CFA. Grayscale: #949494. Windows color (decimal): -7490811 or 373645. OLE color: 373645.

HSL color Cylindrical-coordinate representation of color #8DB305: hue angle of 73.1º 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 #8DB305 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 5 -
CMYK 0.21 0 0.97 0.30
HSL 73.1º 0.95% 0.36% -
HSV(B) 73.1º 0.97% 0.7% -
XYZ 27.13 37.91 6.03 -
YUV 147.8 47.41 123.15 -
System Red Green Blue C M Y K H S L
Decimal 141 179 5 0.21 0 0.97 0.30 73.1 0.95 0.36
Hex 8D B3 5 15 0 61 1E 49 5F 24
Octal 215 263 5 25 0 141 36 111 137 44
Binary 10001101 10110011 101 10101 0 1100001 11110 1001001 1011111 100100

Color Harmonies of #8DB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB305

Black with #8DB305

Text Example


Text Example

White with #8DB305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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