#8DD61B

Color #8DD61B Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8DD61B

Tints of Yellow Green #8DD61B

Color information

#8DD61B (or 0x8DD61B) is unknown color: approx Yellow Green. HEX triplet: 8D, D6 and 1B. RGB value is (141,214,27). Sum of RGB (Red+Green+Blue) = 141+214+27=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD61B is #7229E4. Grayscale: #ABABAB. Windows color (decimal): -7481829 or 1824397. OLE color: 1824397.

HSL color Cylindrical-coordinate representation of color #8DD61B: hue angle of 83.42º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DD61B is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB14121427-
CMYK0.3400.870.16
HSL83.42º77.59%47.25%-
HSV(B)83.42º87.38%83.92%-
XYZ35.2353.839.57-
YUV170.8646.82106.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 214 (83.98% from 255) = 56.02%
BLUE value IS 27 (10.94% from 255) = 7.07%
R=36.91%
G=56.02%
B=7.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141214270.3400.870.1683.4277.5947.25
Hex8DD61B2205710534e2f
Octal215326334201272012311657
Binary100011011101011011011100010010101111000010100111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,27); }

 H1.HeaderClassName
 {
   color: #8DD61B;
 }
 .AnyTagClassName
 {
   color: #8DD61B;
 }
</style>
background-color css

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

 a { background-color: rgb(141,214,27); }

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

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

 span { border-color: rgb(141,214,27); }

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