Html Css Color HEX #8FC502 Citrus

📋 copy color: '#8FC502'

red 143 ◦ green 197 ◦ blue 2

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

Shades of Citrus #8FC502

Tints of Citrus #8FC502

RGB

 RED value IS 143 (56.25% from 255) = 41.81%

 GREEN value IS 197 (77.34% from 255) = 57.6%

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

R = 41.81%
G = 57.6%
B = 0.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#8FC502 (or 0x8FC502) is known color: Citrus. HEX triplet: 8F, C5 and 02. RGB value is (143,197,2). Sum of RGB (Red+Green+Blue) = 143+197+2=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC502 is #703AFD. Grayscale: #9F9F9F. Windows color (decimal): -7355134 or 181647. OLE color: 181647.

HSL color Cylindrical-coordinate representation of color #8FC502: hue angle of 76.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FC502 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 197 2 -
CMYK 0.27 0 0.99 0.23
HSL 76.62º 0.98% 0.39% -
HSV(B) 76.62º 0.99% 0.77% -
XYZ 31.3 45.78 7.24 -
YUV 158.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 143 197 2 0.27 0 0.99 0.23 76.62 0.98 0.39
Hex 8F C5 2 1B 0 63 17 4D 62 27
Octal 217 305 2 33 0 143 27 115 142 47
Binary 10001111 11000101 10 11011 0 1100011 10111 1001101 1100010 100111

Color Harmonies of #8FC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC502

Black with #8FC502

Text Example


Text Example

White with #8FC502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,197,2); }

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

background-color css

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

 a { background-color: rgb(143,197,2); }

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

border-color css

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

 span { border-color: rgb(143,197,2); }

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