Html Css Color HEX #8DBB05 Citrus

📋 copy color: '#8DBB05'

red 141 ◦ green 187 ◦ blue 5

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

Shades of Citrus #8DBB05

Tints of Citrus #8DBB05

RGB

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

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

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

R = 42.34%
G = 56.16%
B = 1.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#8DBB05 (or 0x8DBB05) is known color: Citrus. HEX triplet: 8D, BB and 05. RGB value is (141,187,5). Sum of RGB (Red+Green+Blue) = 141+187+5=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBB05 is #7244FA. Grayscale: #999999. Windows color (decimal): -7488763 or 375693. OLE color: 375693.

HSL color Cylindrical-coordinate representation of color #8DBB05: hue angle of 75.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DBB05 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 5 -
CMYK 0.25 0 0.97 0.27
HSL 75.16º 0.95% 0.38% -
HSV(B) 75.16º 0.97% 0.73% -
XYZ 28.78 41.21 6.58 -
YUV 152.5 44.76 119.8 -
System Red Green Blue C M Y K H S L
Decimal 141 187 5 0.25 0 0.97 0.27 75.16 0.95 0.38
Hex 8D BB 5 19 0 61 1B 4B 5F 26
Octal 215 273 5 31 0 141 33 113 137 46
Binary 10001101 10111011 101 11001 0 1100001 11011 1001011 1011111 100110

Color Harmonies of #8DBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB05

Black with #8DBB05

Text Example


Text Example

White with #8DBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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