Html Css Color HEX #8CD502 Citrus

📋 copy color: '#8CD502'

red 140 ◦ green 213 ◦ blue 2

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

Shades of Citrus #8CD502

Tints of Citrus #8CD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60%

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

R = 39.44%
G = 60%
B = 0.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#8CD502 (or 0x8CD502) is known color: Citrus. HEX triplet: 8C, D5 and 02. RGB value is (140,213,2). Sum of RGB (Red+Green+Blue) = 140+213+2=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD502 is #732AFD. Grayscale: #A7A7A7. Windows color (decimal): -7547646 or 185740. OLE color: 185740.

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

Color convert

RGB 140 213 2 -
CMYK 0.34 0 0.99 0.16
HSL 80.76º 0.98% 0.42% -
HSV(B) 80.76º 0.99% 0.84% -
XYZ 34.62 53.17 8.5 -
YUV 167.12 34.82 108.66 -
System Red Green Blue C M Y K H S L
Decimal 140 213 2 0.34 0 0.99 0.16 80.76 0.98 0.42
Hex 8C D5 2 22 0 63 10 51 62 2A
Octal 214 325 2 42 0 143 20 121 142 52
Binary 10001100 11010101 10 100010 0 1100011 10000 1010001 1100010 101010

Color Harmonies of #8CD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD502

Black with #8CD502

Text Example


Text Example

White with #8CD502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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