Html Css Color HEX #8CD100 Citrus

📋 copy color: '#8CD100'

red 140 ◦ green 209 ◦ blue 0

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

Shades of Citrus #8CD100

Tints of Citrus #8CD100

RGB

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

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

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

R = 40.11%
G = 59.89%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#8CD100 (or 0x8CD100) is known color: Citrus. HEX triplet: 8C, D1 and 00. RGB value is (140,209,0). Sum of RGB (Red+Green+Blue) = 140+209+0=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD100 is #732EFF. Grayscale: #A5A5A5. Windows color (decimal): -7548672 or 53644. OLE color: 53644.

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

Color convert

RGB 140 209 0 -
CMYK 0.33 0 1 0.18
HSL 79.81º 1% 0.41% -
HSV(B) 79.81º 1% 0.82% -
XYZ 33.62 51.18 8.11 -
YUV 164.54 35.14 110.49 -
System Red Green Blue C M Y K H S L
Decimal 140 209 0 0.33 0 1 0.18 79.81 1 0.41
Hex 8C D1 0 21 0 64 12 50 64 29
Octal 214 321 0 41 0 144 22 120 144 51
Binary 10001100 11010001 0 100001 0 1100100 10010 1010000 1100100 101001

Color Harmonies of #8CD100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD100

Black with #8CD100

Text Example


Text Example

White with #8CD100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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