Html Css Color HEX #72CC6C Pastel Green

📋 copy color: '#72CC6C'

red 114 ◦ green 204 ◦ blue 108

#72CC6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #72CC6C

Tints of Pastel Green #72CC6C

RGB

 RED value IS 114 (44.92% from 255) = 26.76%

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 26.76%
G = 47.89%
B = 25.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#72CC6C (or 0x72CC6C) is known color: Pastel Green. HEX triplet: 72, CC and 6C. RGB value is (114,204,108). Sum of RGB (Red+Green+Blue) = 114+204+108=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CC6C is #8D3393. Grayscale: #A6A6A6. Windows color (decimal): -9253780 or 7130226. OLE color: 7130226.

HSL color Cylindrical-coordinate representation of color #72CC6C: hue angle of 116.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CC6C is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 204 108 -
CMYK 0.44 0 0.47 0.2
HSL 116.25º 0.48% 0.61% -
HSV(B) 116.25º 0.47% 0.8% -
XYZ 31.24 47.85 21.78 -
YUV 166.15 95.18 90.81 -
System Red Green Blue C M Y K H S L
Decimal 114 204 108 0.44 0 0.47 0.2 116.25 0.48 0.61
Hex 72 CC 6C 2C 0 2F 14 74 30 3D
Octal 162 314 154 54 0 57 24 164 60 75
Binary 1110010 11001100 1101100 101100 0 101111 10100 1110100 110000 111101

Color Harmonies of #72CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CC6C

Black with #72CC6C

Text Example


Text Example

White with #72CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,204,108); }

 H1.HeaderClassName
 {
   color: #72CC6C;
 }
 .AnyTagClassName
 {
   color: #72CC6C;
 }
</style>

background-color css

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

 a { background-color: rgb(114,204,108); }

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

border-color css

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

 span { border-color: rgb(114,204,108); }

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