Html Css Color HEX #8FCC00 Citrus

📋 copy color: '#8FCC00'

red 143 ◦ green 204 ◦ blue 0

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

Shades of Citrus #8FCC00

Tints of Citrus #8FCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.21%
G = 58.79%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#8FCC00 (or 0x8FCC00) is known color: Citrus. HEX triplet: 8F, CC and 00. RGB value is (143,204,0). Sum of RGB (Red+Green+Blue) = 143+204+0=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC00 is #7033FF. Grayscale: #A3A3A3. Windows color (decimal): -7353344 or 52367. OLE color: 52367.

HSL color Cylindrical-coordinate representation of color #8FCC00: hue angle of 77.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FCC00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 0 -
CMYK 0.30 0 1 0.2
HSL 77.94º 1% 0.4% -
HSV(B) 77.94º 1% 0.8% -
XYZ 32.92 49.03 7.73 -
YUV 162.51 36.29 114.09 -
System Red Green Blue C M Y K H S L
Decimal 143 204 0 0.30 0 1 0.2 77.94 1 0.4
Hex 8F CC 0 1E 0 64 14 4E 64 28
Octal 217 314 0 36 0 144 24 116 144 50
Binary 10001111 11001100 0 11110 0 1100100 10100 1001110 1100100 101000

Color Harmonies of #8FCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC00

Black with #8FCC00

Text Example


Text Example

White with #8FCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,0); }

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

background-color css

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

 a { background-color: rgb(143,204,0); }

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

border-color css

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

 span { border-color: rgb(143,204,0); }

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