#72CF6D

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

Shades of Pastel Green #72CF6D

Tints of Pastel Green #72CF6D

Color information

#72CF6D (or 0x72CF6D) is unknown color: approx Pastel Green. HEX triplet: 72, CF and 6D. RGB value is (114,207,109). Sum of RGB (Red+Green+Blue) = 114+207+109=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF6D is #8D3092. Grayscale: #A8A8A8. Windows color (decimal): -9253011 or 7196530. OLE color: 7196530.

HSL color Cylindrical-coordinate representation of color #72CF6D: hue angle of 116.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CF6D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB114207109-
CMYK0.4500.470.19
HSL116.94º50.52%61.96%-
HSV(B)116.94º47.34%81.18%-
XYZ32.0149.3122.3-
YUV168.0294.6989.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 207 (81.25% from 255) = 48.14%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=26.51%
G=48.14%
B=25.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142071090.4500.470.19116.9450.5261.96
Hex72CF6D2D02F1375333e
Octal16231715555057231656376
Binary11100101100111111011011011010101111100111110101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,207,109); }

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

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

 a { background-color: rgb(114,207,109); }

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

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

 span { border-color: rgb(114,207,109); }

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