Html Css Color HEX #8DCC11 Citrus

📋 copy color: '#8DCC11'

red 141 ◦ green 204 ◦ blue 17

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

Shades of Citrus #8DCC11

Tints of Citrus #8DCC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.35%

 BLUE value IS 17 (7.03% from 255) = 4.7%

R = 38.95%
G = 56.35%
B = 4.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#8DCC11 (or 0x8DCC11) is known color: Citrus. HEX triplet: 8D, CC and 11. RGB value is (141,204,17). Sum of RGB (Red+Green+Blue) = 141+204+17=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC11 is #7233EE. Grayscale: #A4A4A4. Windows color (decimal): -7484399 or 1166477. OLE color: 1166477.

HSL color Cylindrical-coordinate representation of color #8DCC11: hue angle of 80.21º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DCC11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 17 -
CMYK 0.31 0 0.92 0.2
HSL 80.21º 0.85% 0.43% -
HSV(B) 80.21º 0.92% 0.8% -
XYZ 32.68 48.89 8.24 -
YUV 163.85 45.13 111.71 -
System Red Green Blue C M Y K H S L
Decimal 141 204 17 0.31 0 0.92 0.2 80.21 0.85 0.43
Hex 8D CC 11 1F 0 5C 14 50 55 2B
Octal 215 314 21 37 0 134 24 120 125 53
Binary 10001101 11001100 10001 11111 0 1011100 10100 1010000 1010101 101011

Color Harmonies of #8DCC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC11

Black with #8DCC11

Text Example


Text Example

White with #8DCC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,17); }

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

background-color css

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

 a { background-color: rgb(141,204,17); }

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

border-color css

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

 span { border-color: rgb(141,204,17); }

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