Html Css Color HEX #8DD10B Citrus

📋 copy color: '#8DD10B'

red 141 ◦ green 209 ◦ blue 11

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

Shades of Citrus #8DD10B

Tints of Citrus #8DD10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.89%

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

R = 39.06%
G = 57.89%
B = 3.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#8DD10B (or 0x8DD10B) is known color: Citrus. HEX triplet: 8D, D1 and 0B. RGB value is (141,209,11). Sum of RGB (Red+Green+Blue) = 141+209+11=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD10B is #722EF4. Grayscale: #A6A6A6. Windows color (decimal): -7483125 or 774541. OLE color: 774541.

HSL color Cylindrical-coordinate representation of color #8DD10B: hue angle of 80.61º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DD10B is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 11 -
CMYK 0.33 0 0.95 0.18
HSL 80.61º 0.9% 0.43% -
HSV(B) 80.61º 0.95% 0.82% -
XYZ 33.85 51.29 8.43 -
YUV 166.1 40.47 110.1 -
System Red Green Blue C M Y K H S L
Decimal 141 209 11 0.33 0 0.95 0.18 80.61 0.9 0.43
Hex 8D D1 B 21 0 5F 12 51 5A 2B
Octal 215 321 13 41 0 137 22 121 132 53
Binary 10001101 11010001 1011 100001 0 1011111 10010 1010001 1011010 101011

Color Harmonies of #8DD10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD10B

Black with #8DD10B

Text Example


Text Example

White with #8DD10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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