Html Css Color HEX #8CD103 Citrus

📋 copy color: '#8CD103'

red 140 ◦ green 209 ◦ blue 3

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

Shades of Citrus #8CD103

Tints of Citrus #8CD103

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.38%

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

R = 39.77%
G = 59.38%
B = 0.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#8CD103 (or 0x8CD103) is known color: Citrus. HEX triplet: 8C, D1 and 03. RGB value is (140,209,3). Sum of RGB (Red+Green+Blue) = 140+209+3=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD103 is #732EFC. Grayscale: #A5A5A5. Windows color (decimal): -7548669 or 250252. OLE color: 250252.

HSL color Cylindrical-coordinate representation of color #8CD103: hue angle of 80.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CD103 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 209 3 -
CMYK 0.33 0 0.99 0.18
HSL 80.1º 0.97% 0.42% -
HSV(B) 80.1º 0.99% 0.82% -
XYZ 33.63 51.18 8.19 -
YUV 164.89 36.64 110.25 -
System Red Green Blue C M Y K H S L
Decimal 140 209 3 0.33 0 0.99 0.18 80.1 0.97 0.42
Hex 8C D1 3 21 0 63 12 50 61 2A
Octal 214 321 3 41 0 143 22 120 141 52
Binary 10001100 11010001 11 100001 0 1100011 10010 1010000 1100001 101010

Color Harmonies of #8CD103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD103

Black with #8CD103

Text Example


Text Example

White with #8CD103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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