Html Css Color HEX #72C380 De York

📋 copy color: '#72C380'

red 114 ◦ green 195 ◦ blue 128

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

Shades of De York #72C380

Tints of De York #72C380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 26.09%
G = 44.62%
B = 29.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#72C380 (or 0x72C380) is known color: De York. HEX triplet: 72, C3 and 80. RGB value is (114,195,128). Sum of RGB (Red+Green+Blue) = 114+195+128=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #72C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C380 is #8D3C7F. Grayscale: #A3A3A3. Windows color (decimal): -9256064 or 8438642. OLE color: 8438642.

HSL color Cylindrical-coordinate representation of color #72C380: hue angle of 130.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C380 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 195 128 -
CMYK 0.42 0 0.34 0.24
HSL 130.37º 0.4% 0.61% -
HSV(B) 130.37º 0.42% 0.76% -
XYZ 30.35 44.17 27.35 -
YUV 163.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 114 195 128 0.42 0 0.34 0.24 130.37 0.4 0.61
Hex 72 C3 80 2A 0 22 18 82 28 3D
Octal 162 303 200 52 0 42 30 202 50 75
Binary 1110010 11000011 10000000 101010 0 100010 11000 10000010 101000 111101

Color Harmonies of #72C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C380

Black with #72C380

Text Example


Text Example

White with #72C380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,195,128); }

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

background-color css

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

 a { background-color: rgb(114,195,128); }

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

border-color css

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

 span { border-color: rgb(114,195,128); }

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