Html Css Color HEX #76D28B De York

📋 copy color: '#76D28B'

red 118 ◦ green 210 ◦ blue 139

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

Shades of De York #76D28B

Tints of De York #76D28B

RGB

 RED value IS 118 (46.48% from 255) = 25.27%

 GREEN value IS 210 (82.42% from 255) = 44.97%

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

R = 25.27%
G = 44.97%
B = 29.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#76D28B (or 0x76D28B) is known color: De York. HEX triplet: 76, D2 and 8B. RGB value is (118,210,139). Sum of RGB (Red+Green+Blue) = 118+210+139=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #76D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D28B is #892D74. Grayscale: #AEAEAE. Windows color (decimal): -8990069 or 9163382. OLE color: 9163382.

HSL color Cylindrical-coordinate representation of color #76D28B: hue angle of 133.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D28B is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 139 -
CMYK 0.44 0 0.34 0.18
HSL 133.7º 0.51% 0.64% -
HSV(B) 133.7º 0.44% 0.82% -
XYZ 35.18 51.81 32.57 -
YUV 174.4 108.02 87.77 -
System Red Green Blue C M Y K H S L
Decimal 118 210 139 0.44 0 0.34 0.18 133.7 0.51 0.64
Hex 76 D2 8B 2C 0 22 12 86 33 40
Octal 166 322 213 54 0 42 22 206 63 100
Binary 1110110 11010010 10001011 101100 0 100010 10010 10000110 110011 1000000

Color Harmonies of #76D28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D28B

Black with #76D28B

Text Example


Text Example

White with #76D28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D28B; }

 p { color: rgb(118,210,139); }

 H1.HeaderClassName
 {
   color: #76D28B;
 }
 .AnyTagClassName
 {
   color: #76D28B;
 }
</style>

background-color css

<style>
 a { background-color: #76D28B; }

 a { background-color: rgb(118,210,139); }

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

border-color css

<style>
 span { border-color: #76D28B; }

 span { border-color: rgb(118,210,139); }

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