#8CD730

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

Shades of Yellow Green #8CD730

Tints of Yellow Green #8CD730

Color information

#8CD730 (or 0x8CD730) is unknown color: approx Yellow Green. HEX triplet: 8C, D7 and 30. RGB value is (140,215,48). Sum of RGB (Red+Green+Blue) = 140+215+48=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD730 is #7328CF. Grayscale: #AEAEAE. Windows color (decimal): -7547088 or 3200908. OLE color: 3200908.

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

Color convert

RGB14021548-
CMYK0.3500.780.16
HSL86.95º67.61%51.57%-
HSV(B)86.95º77.67%84.31%-
XYZ35.6554.3911.42-
YUV173.5457.15104.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 215 (84.38% from 255) = 53.35%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=34.74%
G=53.35%
B=11.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140215480.3500.780.1686.9567.6151.57
Hex8CD7302304E10574434
Octal214327604301162012710464
Binary1000110011010111110000100011010011101000010101111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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