Html Css Color HEX #76D28F De York

📋 copy color: '#76D28F'

red 118 ◦ green 210 ◦ blue 143

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

Shades of De York #76D28F

Tints of De York #76D28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 25.05%
G = 44.59%
B = 30.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#76D28F (or 0x76D28F) is known color: De York. HEX triplet: 76, D2 and 8F. RGB value is (118,210,143). Sum of RGB (Red+Green+Blue) = 118+210+143=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #76D28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D28F is #892D70. Grayscale: #AFAFAF. Windows color (decimal): -8990065 or 9425526. OLE color: 9425526.

HSL color Cylindrical-coordinate representation of color #76D28F: hue angle of 136.3º 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 #76D28F is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 143 -
CMYK 0.44 0 0.32 0.18
HSL 136.3º 0.51% 0.64% -
HSV(B) 136.3º 0.44% 0.82% -
XYZ 35.48 51.93 34.14 -
YUV 174.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 118 210 143 0.44 0 0.32 0.18 136.3 0.51 0.64
Hex 76 D2 8F 2C 0 20 12 88 33 40
Octal 166 322 217 54 0 40 22 210 63 100
Binary 1110110 11010010 10001111 101100 0 100000 10010 10001000 110011 1000000

Color Harmonies of #76D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D28F

Black with #76D28F

Text Example


Text Example

White with #76D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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