#72CD67

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

Shades of Pastel Green #72CD67

Tints of Pastel Green #72CD67

Color information

#72CD67 (or 0x72CD67) is unknown color: approx Pastel Green. HEX triplet: 72, CD and 67. RGB value is (114,205,103). Sum of RGB (Red+Green+Blue) = 114+205+103=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD67 is #8D3298. Grayscale: #A6A6A6. Windows color (decimal): -9253529 or 6802802. OLE color: 6802802.

HSL color Cylindrical-coordinate representation of color #72CD67: hue angle of 113.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72CD67 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB114205103-
CMYK0.4400.500.20
HSL113.53º50.5%60.39%-
HSV(B)113.53º49.76%80.39%-
XYZ31.2248.2220.49-
YUV166.1692.3590.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=27.01%
G=48.58%
B=24.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142051030.4400.500.20113.5350.560.39
Hex72CD672C0321472323c
Octal16231514754062241626274
Binary11100101100110111001111011000110010101001110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,103); }

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

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

 a { background-color: rgb(114,205,103); }

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

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

 span { border-color: rgb(114,205,103); }

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