Html Css Color HEX #8DB904 Citrus

📋 copy color: '#8DB904'

red 141 ◦ green 185 ◦ blue 4

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

Shades of Citrus #8DB904

Tints of Citrus #8DB904

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.06%

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 42.73%
G = 56.06%
B = 1.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#8DB904 (or 0x8DB904) is known color: Citrus. HEX triplet: 8D, B9 and 04. RGB value is (141,185,4). Sum of RGB (Red+Green+Blue) = 141+185+4=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB904 is #7246FB. Grayscale: #979797. Windows color (decimal): -7489276 or 309645. OLE color: 309645.

HSL color Cylindrical-coordinate representation of color #8DB904: hue angle of 74.59º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DB904 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 4 -
CMYK 0.24 0 0.98 0.27
HSL 74.59º 0.96% 0.37% -
HSV(B) 74.59º 0.98% 0.73% -
XYZ 28.36 40.37 6.41 -
YUV 151.21 44.92 120.72 -
System Red Green Blue C M Y K H S L
Decimal 141 185 4 0.24 0 0.98 0.27 74.59 0.96 0.37
Hex 8D B9 4 18 0 62 1B 4B 60 25
Octal 215 271 4 30 0 142 33 113 140 45
Binary 10001101 10111001 100 11000 0 1100010 11011 1001011 1100000 100101

Color Harmonies of #8DB904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB904

Black with #8DB904

Text Example


Text Example

White with #8DB904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,4); }

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

background-color css

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

 a { background-color: rgb(141,185,4); }

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

border-color css

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

 span { border-color: rgb(141,185,4); }

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