Html Css Color HEX #8CC003 Citrus

📋 copy color: '#8CC003'

red 140 ◦ green 192 ◦ blue 3

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

Shades of Citrus #8CC003

Tints of Citrus #8CC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.31%

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 41.79%
G = 57.31%
B = 0.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#8CC003 (or 0x8CC003) is known color: Citrus. HEX triplet: 8C, C0 and 03. RGB value is (140,192,3). Sum of RGB (Red+Green+Blue) = 140+192+3=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC003 is #733FFC. Grayscale: #9B9B9B. Windows color (decimal): -7553021 or 245900. OLE color: 245900.

HSL color Cylindrical-coordinate representation of color #8CC003: hue angle of 76.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CC003 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 3 -
CMYK 0.27 0 0.98 0.25
HSL 76.51º 0.97% 0.38% -
HSV(B) 76.51º 0.98% 0.75% -
XYZ 29.68 43.28 6.88 -
YUV 154.91 42.27 117.37 -
System Red Green Blue C M Y K H S L
Decimal 140 192 3 0.27 0 0.98 0.25 76.51 0.97 0.38
Hex 8C C0 3 1B 0 62 19 4D 61 26
Octal 214 300 3 33 0 142 31 115 141 46
Binary 10001100 11000000 11 11011 0 1100010 11001 1001101 1100001 100110

Color Harmonies of #8CC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC003

Black with #8CC003

Text Example


Text Example

White with #8CC003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,3); }

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

background-color css

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

 a { background-color: rgb(140,192,3); }

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

border-color css

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

 span { border-color: rgb(140,192,3); }

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