Html Css Color HEX #8DB900 Citrus

📋 copy color: '#8DB900'

red 141 ◦ green 185 ◦ blue 0

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

Shades of Citrus #8DB900

Tints of Citrus #8DB900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.25%
G = 56.75%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#8DB900 (or 0x8DB900) is known color: Citrus. HEX triplet: 8D, B9 and 00. RGB value is (141,185,0). Sum of RGB (Red+Green+Blue) = 141+185+0=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB900 is #7246FF. Grayscale: #979797. Windows color (decimal): -7489280 or 47501. OLE color: 47501.

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

Color convert

RGB 141 185 0 -
CMYK 0.24 0 1 0.27
HSL 74.27º 1% 0.36% -
HSV(B) 74.27º 1% 0.73% -
XYZ 28.33 40.36 6.3 -
YUV 150.75 42.92 121.04 -
System Red Green Blue C M Y K H S L
Decimal 141 185 0 0.24 0 1 0.27 74.27 1 0.36
Hex 8D B9 0 18 0 64 1B 4A 64 24
Octal 215 271 0 30 0 144 33 112 144 44
Binary 10001101 10111001 0 11000 0 1100100 11011 1001010 1100100 100100

Color Harmonies of #8DB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB900

Black with #8DB900

Text Example


Text Example

White with #8DB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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