Html Css Color HEX #72D68B De York

📋 copy color: '#72D68B'

red 114 ◦ green 214 ◦ blue 139

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

Shades of De York #72D68B

Tints of De York #72D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 24.41%
G = 45.82%
B = 29.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#72D68B (or 0x72D68B) is known color: De York. HEX triplet: 72, D6 and 8B. RGB value is (114,214,139). Sum of RGB (Red+Green+Blue) = 114+214+139=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #72D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D68B is #8D2974. Grayscale: #AFAFAF. Windows color (decimal): -9251189 or 9164402. OLE color: 9164402.

HSL color Cylindrical-coordinate representation of color #72D68B: hue angle of 135º 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 #72D68B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 139 -
CMYK 0.47 0 0.35 0.16
HSL 135º 0.55% 0.64% -
HSV(B) 135º 0.47% 0.84% -
XYZ 35.65 53.53 32.88 -
YUV 175.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 114 214 139 0.47 0 0.35 0.16 135 0.55 0.64
Hex 72 D6 8B 2F 0 23 10 87 37 40
Octal 162 326 213 57 0 43 20 207 67 100
Binary 1110010 11010110 10001011 101111 0 100011 10000 10000111 110111 1000000

Color Harmonies of #72D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D68B

Black with #72D68B

Text Example


Text Example

White with #72D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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