Html Css Color HEX #8CD700 Citrus

📋 copy color: '#8CD700'

red 140 ◦ green 215 ◦ blue 0

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

Shades of Citrus #8CD700

Tints of Citrus #8CD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.56%

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

R = 39.44%
G = 60.56%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#8CD700 (or 0x8CD700) is known color: Citrus. HEX triplet: 8C, D7 and 00. RGB value is (140,215,0). Sum of RGB (Red+Green+Blue) = 140+215+0=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD700 is #7328FF. Grayscale: #A8A8A8. Windows color (decimal): -7547136 or 55180. OLE color: 55180.

HSL color Cylindrical-coordinate representation of color #8CD700: hue angle of 80.93º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CD700 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 215 0 -
CMYK 0.35 0 1 0.16
HSL 80.93º 1% 0.42% -
HSV(B) 80.93º 1% 0.84% -
XYZ 35.12 54.18 8.61 -
YUV 168.07 33.15 107.98 -
System Red Green Blue C M Y K H S L
Decimal 140 215 0 0.35 0 1 0.16 80.93 1 0.42
Hex 8C D7 0 23 0 64 10 51 64 2A
Octal 214 327 0 43 0 144 20 121 144 52
Binary 10001100 11010111 0 100011 0 1100100 10000 1010001 1100100 101010

Color Harmonies of #8CD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD700

Black with #8CD700

Text Example


Text Example

White with #8CD700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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