Html Css Color HEX #8CD40D Citrus

📋 copy color: '#8CD40D'

red 140 ◦ green 212 ◦ blue 13

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

Shades of Citrus #8CD40D

Tints of Citrus #8CD40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.08%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 38.36%
G = 58.08%
B = 3.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#8CD40D (or 0x8CD40D) is known color: Citrus. HEX triplet: 8C, D4 and 0D. RGB value is (140,212,13). Sum of RGB (Red+Green+Blue) = 140+212+13=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD40D is #732BF2. Grayscale: #A8A8A8. Windows color (decimal): -7547891 or 906380. OLE color: 906380.

HSL color Cylindrical-coordinate representation of color #8CD40D: hue angle of 81.71º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CD40D is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 212 13 -
CMYK 0.34 0 0.94 0.17
HSL 81.71º 0.88% 0.44% -
HSV(B) 81.71º 0.94% 0.83% -
XYZ 34.43 52.69 8.74 -
YUV 167.79 40.65 108.18 -
System Red Green Blue C M Y K H S L
Decimal 140 212 13 0.34 0 0.94 0.17 81.71 0.88 0.44
Hex 8C D4 D 22 0 5E 11 52 58 2C
Octal 214 324 15 42 0 136 21 122 130 54
Binary 10001100 11010100 1101 100010 0 1011110 10001 1010010 1011000 101100

Color Harmonies of #8CD40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD40D

Black with #8CD40D

Text Example


Text Example

White with #8CD40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,212,13); }

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

background-color css

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

 a { background-color: rgb(140,212,13); }

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

border-color css

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

 span { border-color: rgb(140,212,13); }

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