Html Css Color HEX #8DB403 Citrus

📋 copy color: '#8DB403'

red 141 ◦ green 180 ◦ blue 3

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

Shades of Citrus #8DB403

Tints of Citrus #8DB403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.56%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 43.52%
G = 55.56%
B = 0.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#8DB403 (or 0x8DB403) is known color: Citrus. HEX triplet: 8D, B4 and 03. RGB value is (141,180,3). Sum of RGB (Red+Green+Blue) = 141+180+3=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB403 is #724BFC. Grayscale: #949494. Windows color (decimal): -7490557 or 242829. OLE color: 242829.

HSL color Cylindrical-coordinate representation of color #8DB403: hue angle of 73.22º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DB403 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 3 -
CMYK 0.22 0 0.98 0.29
HSL 73.22º 0.97% 0.36% -
HSV(B) 73.22º 0.98% 0.71% -
XYZ 27.32 38.31 6.04 -
YUV 148.16 46.08 122.89 -
System Red Green Blue C M Y K H S L
Decimal 141 180 3 0.22 0 0.98 0.29 73.22 0.97 0.36
Hex 8D B4 3 16 0 62 1D 49 61 24
Octal 215 264 3 26 0 142 35 111 141 44
Binary 10001101 10110100 11 10110 0 1100010 11101 1001001 1100001 100100

Color Harmonies of #8DB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB403

Black with #8DB403

Text Example


Text Example

White with #8DB403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,180,3); }

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

background-color css

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

 a { background-color: rgb(141,180,3); }

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

border-color css

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

 span { border-color: rgb(141,180,3); }

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