Html Css Color HEX #8CC201 Citrus

📋 copy color: '#8CC201'

red 140 ◦ green 194 ◦ blue 1

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

Shades of Citrus #8CC201

Tints of Citrus #8CC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.91%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 41.79%
G = 57.91%
B = 0.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#8CC201 (or 0x8CC201) is known color: Citrus. HEX triplet: 8C, C2 and 01. RGB value is (140,194,1). Sum of RGB (Red+Green+Blue) = 140+194+1=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC201 is #733DFE. Grayscale: #9C9C9C. Windows color (decimal): -7552511 or 115340. OLE color: 115340.

HSL color Cylindrical-coordinate representation of color #8CC201: hue angle of 76.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CC201 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 1 -
CMYK 0.28 0 0.99 0.24
HSL 76.79º 0.99% 0.38% -
HSV(B) 76.79º 0.99% 0.76% -
XYZ 30.11 44.16 6.97 -
YUV 155.85 40.61 116.69 -
System Red Green Blue C M Y K H S L
Decimal 140 194 1 0.28 0 0.99 0.24 76.79 0.99 0.38
Hex 8C C2 1 1C 0 63 18 4D 63 26
Octal 214 302 1 34 0 143 30 115 143 46
Binary 10001100 11000010 1 11100 0 1100011 11000 1001101 1100011 100110

Color Harmonies of #8CC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC201

Black with #8CC201

Text Example


Text Example

White with #8CC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,1); }

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

background-color css

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

 a { background-color: rgb(140,194,1); }

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

border-color css

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

 span { border-color: rgb(140,194,1); }

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