Html Css Color HEX #8CD101 Citrus

📋 copy color: '#8CD101'

red 140 ◦ green 209 ◦ blue 1

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

Shades of Citrus #8CD101

Tints of Citrus #8CD101

RGB

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

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

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

R = 40%
G = 59.71%
B = 0.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#8CD101 (or 0x8CD101) is known color: Citrus. HEX triplet: 8C, D1 and 01. RGB value is (140,209,1). Sum of RGB (Red+Green+Blue) = 140+209+1=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD101 is #732EFE. Grayscale: #A5A5A5. Windows color (decimal): -7548671 or 119180. OLE color: 119180.

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

Color convert

RGB 140 209 1 -
CMYK 0.33 0 1.00 0.18
HSL 79.9º 0.99% 0.41% -
HSV(B) 79.9º 1% 0.82% -
XYZ 33.62 51.18 8.14 -
YUV 164.66 35.64 110.41 -
System Red Green Blue C M Y K H S L
Decimal 140 209 1 0.33 0 1.00 0.18 79.9 0.99 0.41
Hex 8C D1 1 21 0 64 12 50 63 29
Octal 214 321 1 41 0 144 22 120 143 51
Binary 10001100 11010001 1 100001 0 1100100 10010 1010000 1100011 101001

Color Harmonies of #8CD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD101

Black with #8CD101

Text Example


Text Example

White with #8CD101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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