#72DC2A

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

Shades of Yellow Green #72DC2A

Tints of Yellow Green #72DC2A

Color information

#72DC2A (or 0x72DC2A) is unknown color: approx Yellow Green. HEX triplet: 72, DC and 2A. RGB value is (114,220,42). Sum of RGB (Red+Green+Blue) = 114+220+42=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC2A is #8D23D5. Grayscale: #A8A8A8. Windows color (decimal): -9249750 or 2808946. OLE color: 2808946.

HSL color Cylindrical-coordinate representation of color #72DC2A: hue angle of 95.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72DC2A is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB11422042-
CMYK0.4800.810.14
HSL95.73º71.77%51.37%-
HSV(B)95.73º80.91%86.27%-
XYZ32.9554.9311.06-
YUV168.0156.8889.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 220 (86.33% from 255) = 58.51%
BLUE value IS 42 (16.80% from 255) = 11.17%
R=30.32%
G=58.51%
B=11.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114220420.4800.810.1495.7371.7751.37
Hex72DC2A30051E604833
Octal162334526001211614011063
Binary11100101101110010101011000001010001111011000001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72DC2A; }

 p { color: rgb(114,220,42); }

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

<style>
 a { background-color: #72DC2A; }

 a { background-color: rgb(114,220,42); }

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

<style>
 span { border-color: #72DC2A; }

 span { border-color: rgb(114,220,42); }

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