Html Css Color HEX #8CD202 Citrus

📋 copy color: '#8CD202'

red 140 ◦ green 210 ◦ blue 2

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

Shades of Citrus #8CD202

Tints of Citrus #8CD202

RGB

 RED value IS 140 (55.08% from 255) = 39.77%

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

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

R = 39.77%
G = 59.66%
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

#8CD202 (or 0x8CD202) is known color: Citrus. HEX triplet: 8C, D2 and 02. RGB value is (140,210,2). Sum of RGB (Red+Green+Blue) = 140+210+2=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD202 is #732DFD. Grayscale: #A6A6A6. Windows color (decimal): -7548414 or 184972. OLE color: 184972.

HSL color Cylindrical-coordinate representation of color #8CD202: hue angle of 80.19º 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 #8CD202 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 2 -
CMYK 0.33 0 0.99 0.18
HSL 80.19º 0.98% 0.42% -
HSV(B) 80.19º 0.99% 0.82% -
XYZ 33.87 51.67 8.25 -
YUV 165.36 35.81 109.91 -
System Red Green Blue C M Y K H S L
Decimal 140 210 2 0.33 0 0.99 0.18 80.19 0.98 0.42
Hex 8C D2 2 21 0 63 12 50 62 2A
Octal 214 322 2 41 0 143 22 120 142 52
Binary 10001100 11010010 10 100001 0 1100011 10010 1010000 1100010 101010

Color Harmonies of #8CD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD202

Black with #8CD202

Text Example


Text Example

White with #8CD202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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