Html Css Color HEX #8DD50B Citrus

📋 copy color: '#8DD50B'

red 141 ◦ green 213 ◦ blue 11

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

Shades of Citrus #8DD50B

Tints of Citrus #8DD50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.36%

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 38.63%
G = 58.36%
B = 3.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#8DD50B (or 0x8DD50B) is known color: Citrus. HEX triplet: 8D, D5 and 0B. RGB value is (141,213,11). Sum of RGB (Red+Green+Blue) = 141+213+11=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD50B is #722AF4. Grayscale: #A9A9A9. Windows color (decimal): -7482101 or 775565. OLE color: 775565.

HSL color Cylindrical-coordinate representation of color #8DD50B: hue angle of 81.39º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DD50B is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 213 11 -
CMYK 0.34 0 0.95 0.16
HSL 81.39º 0.9% 0.44% -
HSV(B) 81.39º 0.95% 0.84% -
XYZ 34.84 53.28 8.76 -
YUV 168.44 39.15 108.43 -
System Red Green Blue C M Y K H S L
Decimal 141 213 11 0.34 0 0.95 0.16 81.39 0.9 0.44
Hex 8D D5 B 22 0 5F 10 51 5A 2C
Octal 215 325 13 42 0 137 20 121 132 54
Binary 10001101 11010101 1011 100010 0 1011111 10000 1010001 1011010 101100

Color Harmonies of #8DD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD50B

Black with #8DD50B

Text Example


Text Example

White with #8DD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,213,11); }

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

background-color css

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

 a { background-color: rgb(141,213,11); }

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

border-color css

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

 span { border-color: rgb(141,213,11); }

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