Html Css Color HEX #8DD202 Citrus

📋 copy color: '#8DD202'

red 141 ◦ green 210 ◦ blue 2

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

Shades of Citrus #8DD202

Tints of Citrus #8DD202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.49%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 39.94%
G = 59.49%
B = 0.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#8DD202 (or 0x8DD202) is known color: Citrus. HEX triplet: 8D, D2 and 02. RGB value is (141,210,2). Sum of RGB (Red+Green+Blue) = 141+210+2=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD202 is #722DFD. Grayscale: #A6A6A6. Windows color (decimal): -7482878 or 184973. OLE color: 184973.

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

Color convert

RGB 141 210 2 -
CMYK 0.33 0 0.99 0.18
HSL 79.9º 0.98% 0.42% -
HSV(B) 79.9º 0.99% 0.82% -
XYZ 34.04 51.76 8.25 -
YUV 165.66 35.64 110.41 -
System Red Green Blue C M Y K H S L
Decimal 141 210 2 0.33 0 0.99 0.18 79.9 0.98 0.42
Hex 8D D2 2 21 0 63 12 50 62 2A
Octal 215 322 2 41 0 143 22 120 142 52
Binary 10001101 11010010 10 100001 0 1100011 10010 1010000 1100010 101010

Color Harmonies of #8DD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD202

Black with #8DD202

Text Example


Text Example

White with #8DD202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,210,2); }

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

background-color css

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

 a { background-color: rgb(141,210,2); }

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

border-color css

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

 span { border-color: rgb(141,210,2); }

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