Html Css Color HEX #8CC800 Citrus

📋 copy color: '#8CC800'

red 140 ◦ green 200 ◦ blue 0

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

Shades of Citrus #8CC800

Tints of Citrus #8CC800

RGB

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

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

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

R = 41.18%
G = 58.82%
B = 0%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#8CC800 (or 0x8CC800) is known color: Citrus. HEX triplet: 8C, C8 and 00. RGB value is (140,200,0). Sum of RGB (Red+Green+Blue) = 140+200+0=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC800 is #7337FF. Grayscale: #A0A0A0. Windows color (decimal): -7550976 or 51340. OLE color: 51340.

HSL color Cylindrical-coordinate representation of color #8CC800: hue angle of 78º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CC800 is Cyan = 0.3, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 0 -
CMYK 0.3 0 1 0.22
HSL 78º 1% 0.39% -
HSV(B) 78º 1% 0.78% -
XYZ 31.47 46.88 7.39 -
YUV 159.26 38.12 114.26 -
System Red Green Blue C M Y K H S L
Decimal 140 200 0 0.3 0 1 0.22 78 1 0.39
Hex 8C C8 0 1E 0 64 16 4E 64 27
Octal 214 310 0 36 0 144 26 116 144 47
Binary 10001100 11001000 0 11110 0 1100100 10110 1001110 1100100 100111

Color Harmonies of #8CC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC800

Black with #8CC800

Text Example


Text Example

White with #8CC800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,0); }

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

background-color css

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

 a { background-color: rgb(140,200,0); }

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

border-color css

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

 span { border-color: rgb(140,200,0); }

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