Html Css Color HEX #8DC802 Citrus

📋 copy color: '#8DC802'

red 141 ◦ green 200 ◦ blue 2

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

Shades of Citrus #8DC802

Tints of Citrus #8DC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.31%

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

R = 41.11%
G = 58.31%
B = 0.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#8DC802 (or 0x8DC802) is known color: Citrus. HEX triplet: 8D, C8 and 02. RGB value is (141,200,2). Sum of RGB (Red+Green+Blue) = 141+200+2=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC802 is #7237FD. Grayscale: #A0A0A0. Windows color (decimal): -7485438 or 182413. OLE color: 182413.

HSL color Cylindrical-coordinate representation of color #8DC802: hue angle of 77.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DC802 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 200 2 -
CMYK 0.29 0 0.99 0.22
HSL 77.88º 0.98% 0.4% -
HSV(B) 77.88º 0.99% 0.78% -
XYZ 31.65 46.98 7.46 -
YUV 159.79 38.95 114.6 -
System Red Green Blue C M Y K H S L
Decimal 141 200 2 0.29 0 0.99 0.22 77.88 0.98 0.4
Hex 8D C8 2 1D 0 63 16 4E 62 28
Octal 215 310 2 35 0 143 26 116 142 50
Binary 10001101 11001000 10 11101 0 1100011 10110 1001110 1100010 101000

Color Harmonies of #8DC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC802

Black with #8DC802

Text Example


Text Example

White with #8DC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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