Html Css Color HEX #8CDD1F Yellow Green

📋 copy color: '#8CDD1F'

red 140 ◦ green 221 ◦ blue 31

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

Shades of Yellow Green #8CDD1F

Tints of Yellow Green #8CDD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.38%

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 35.71%
G = 56.38%
B = 7.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#8CDD1F (or 0x8CDD1F) is known color: Yellow Green. HEX triplet: 8C, DD and 1F. RGB value is (140,221,31). Sum of RGB (Red+Green+Blue) = 140+221+31=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD1F is #7322E0. Grayscale: #AFAFAF. Windows color (decimal): -7545569 or 2088332. OLE color: 2088332.

HSL color Cylindrical-coordinate representation of color #8CDD1F: hue angle of 85.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CDD1F is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 31 -
CMYK 0.37 0 0.86 0.13
HSL 85.58º 0.75% 0.49% -
HSV(B) 85.58º 0.86% 0.87% -
XYZ 36.92 57.39 10.43 -
YUV 175.12 46.66 102.95 -
System Red Green Blue C M Y K H S L
Decimal 140 221 31 0.37 0 0.86 0.13 85.58 0.75 0.49
Hex 8C DD 1F 25 0 56 D 56 4B 31
Octal 214 335 37 45 0 126 15 126 113 61
Binary 10001100 11011101 11111 100101 0 1010110 1101 1010110 1001011 110001

Color Harmonies of #8CDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD1F

Black with #8CDD1F

Text Example


Text Example

White with #8CDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,31); }

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

background-color css

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

 a { background-color: rgb(140,221,31); }

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

border-color css

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

 span { border-color: rgb(140,221,31); }

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