Html Css Color HEX #8DD30C Citrus

📋 copy color: '#8DD30C'

red 141 ◦ green 211 ◦ blue 12

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

Shades of Citrus #8DD30C

Tints of Citrus #8DD30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.97%

 BLUE value IS 12 (5.08% from 255) = 3.3%

R = 38.74%
G = 57.97%
B = 3.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#8DD30C (or 0x8DD30C) is known color: Citrus. HEX triplet: 8D, D3 and 0C. RGB value is (141,211,12). Sum of RGB (Red+Green+Blue) = 141+211+12=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD30C is #722CF3. Grayscale: #A8A8A8. Windows color (decimal): -7482612 or 840589. OLE color: 840589.

HSL color Cylindrical-coordinate representation of color #8DD30C: hue angle of 81.11º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DD30C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 211 12 -
CMYK 0.33 0 0.94 0.17
HSL 81.11º 0.89% 0.44% -
HSV(B) 81.11º 0.94% 0.83% -
XYZ 34.35 52.28 8.63 -
YUV 167.38 40.31 109.18 -
System Red Green Blue C M Y K H S L
Decimal 141 211 12 0.33 0 0.94 0.17 81.11 0.89 0.44
Hex 8D D3 C 21 0 5E 11 51 59 2C
Octal 215 323 14 41 0 136 21 121 131 54
Binary 10001101 11010011 1100 100001 0 1011110 10001 1010001 1011001 101100

Color Harmonies of #8DD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD30C

Black with #8DD30C

Text Example


Text Example

White with #8DD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,211,12); }

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

background-color css

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

 a { background-color: rgb(141,211,12); }

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

border-color css

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

 span { border-color: rgb(141,211,12); }

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