Html Css Color HEX #72D68D De York

📋 copy color: '#72D68D'

red 114 ◦ green 214 ◦ blue 141

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

Shades of De York #72D68D

Tints of De York #72D68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 24.31%
G = 45.63%
B = 30.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#72D68D (or 0x72D68D) is known color: De York. HEX triplet: 72, D6 and 8D. RGB value is (114,214,141). Sum of RGB (Red+Green+Blue) = 114+214+141=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #72D68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D68D is #8D2972. Grayscale: #AFAFAF. Windows color (decimal): -9251187 or 9295474. OLE color: 9295474.

HSL color Cylindrical-coordinate representation of color #72D68D: hue angle of 136.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D68D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 141 -
CMYK 0.47 0 0.34 0.16
HSL 136.2º 0.55% 0.64% -
HSV(B) 136.2º 0.47% 0.84% -
XYZ 35.79 53.59 33.66 -
YUV 175.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 114 214 141 0.47 0 0.34 0.16 136.2 0.55 0.64
Hex 72 D6 8D 2F 0 22 10 88 37 40
Octal 162 326 215 57 0 42 20 210 67 100
Binary 1110010 11010110 10001101 101111 0 100010 10000 10001000 110111 1000000

Color Harmonies of #72D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D68D

Black with #72D68D

Text Example


Text Example

White with #72D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,214,141); }

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

background-color css

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

 a { background-color: rgb(114,214,141); }

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

border-color css

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

 span { border-color: rgb(114,214,141); }

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