Html Css Color HEX #8FC802 Citrus

📋 copy color: '#8FC802'

red 143 ◦ green 200 ◦ blue 2

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

Shades of Citrus #8FC802

Tints of Citrus #8FC802

RGB

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

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

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

R = 41.45%
G = 57.97%
B = 0.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#8FC802 (or 0x8FC802) is known color: Citrus. HEX triplet: 8F, C8 and 02. RGB value is (143,200,2). Sum of RGB (Red+Green+Blue) = 143+200+2=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC802 is #7037FD. Grayscale: #A1A1A1. Windows color (decimal): -7354366 or 182415. OLE color: 182415.

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

Color convert

RGB 143 200 2 -
CMYK 0.28 0 0.99 0.22
HSL 77.27º 0.98% 0.4% -
HSV(B) 77.27º 0.99% 0.78% -
XYZ 31.99 47.15 7.47 -
YUV 160.39 38.62 115.6 -
System Red Green Blue C M Y K H S L
Decimal 143 200 2 0.28 0 0.99 0.22 77.27 0.98 0.4
Hex 8F C8 2 1C 0 63 16 4D 62 28
Octal 217 310 2 34 0 143 26 115 142 50
Binary 10001111 11001000 10 11100 0 1100011 10110 1001101 1100010 101000

Color Harmonies of #8FC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC802

Black with #8FC802

Text Example


Text Example

White with #8FC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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