Html Css Color HEX #8DD00C Citrus

📋 copy color: '#8DD00C'

red 141 ◦ green 208 ◦ blue 12

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

Shades of Citrus #8DD00C

Tints of Citrus #8DD00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.62%

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

R = 39.06%
G = 57.62%
B = 3.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#8DD00C (or 0x8DD00C) is known color: Citrus. HEX triplet: 8D, D0 and 0C. RGB value is (141,208,12). Sum of RGB (Red+Green+Blue) = 141+208+12=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD00C is #722FF3. Grayscale: #A6A6A6. Windows color (decimal): -7483380 or 839821. OLE color: 839821.

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

Color convert

RGB 141 208 12 -
CMYK 0.32 0 0.94 0.18
HSL 80.51º 0.89% 0.43% -
HSV(B) 80.51º 0.94% 0.82% -
XYZ 33.61 50.8 8.38 -
YUV 165.62 41.3 110.44 -
System Red Green Blue C M Y K H S L
Decimal 141 208 12 0.32 0 0.94 0.18 80.51 0.89 0.43
Hex 8D D0 C 20 0 5E 12 51 59 2B
Octal 215 320 14 40 0 136 22 121 131 53
Binary 10001101 11010000 1100 100000 0 1011110 10010 1010001 1011001 101011

Color Harmonies of #8DD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD00C

Black with #8DD00C

Text Example


Text Example

White with #8DD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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