Html Css Color HEX #8DBB03 Citrus

📋 copy color: '#8DBB03'

red 141 ◦ green 187 ◦ blue 3

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

Shades of Citrus #8DBB03

Tints of Citrus #8DBB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.5%

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

R = 42.6%
G = 56.5%
B = 0.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#8DBB03 (or 0x8DBB03) is known color: Citrus. HEX triplet: 8D, BB and 03. RGB value is (141,187,3). Sum of RGB (Red+Green+Blue) = 141+187+3=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB03 is #7244FC. Grayscale: #989898. Windows color (decimal): -7488765 or 244621. OLE color: 244621.

HSL color Cylindrical-coordinate representation of color #8DBB03: hue angle of 75º degrees, saturation: 0.97, 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 #8DBB03 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 3 -
CMYK 0.25 0 0.98 0.27
HSL 75º 0.97% 0.37% -
HSV(B) 75º 0.98% 0.73% -
XYZ 28.77 41.21 6.52 -
YUV 152.27 43.76 119.96 -
System Red Green Blue C M Y K H S L
Decimal 141 187 3 0.25 0 0.98 0.27 75 0.97 0.37
Hex 8D BB 3 19 0 62 1B 4B 61 25
Octal 215 273 3 31 0 142 33 113 141 45
Binary 10001101 10111011 11 11001 0 1100010 11011 1001011 1100001 100101

Color Harmonies of #8DBB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB03

Black with #8DBB03

Text Example


Text Example

White with #8DBB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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