Html Css Color HEX #76CF88 De York

📋 copy color: '#76CF88'

red 118 ◦ green 207 ◦ blue 136

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

Shades of De York #76CF88

Tints of De York #76CF88

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 25.6%
G = 44.9%
B = 29.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#76CF88 (or 0x76CF88) is known color: De York. HEX triplet: 76, CF and 88. RGB value is (118,207,136). Sum of RGB (Red+Green+Blue) = 118+207+136=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CF88 is #893077. Grayscale: #ACACAC. Windows color (decimal): -8990840 or 8966006. OLE color: 8966006.

HSL color Cylindrical-coordinate representation of color #76CF88: hue angle of 132.13º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CF88 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 207 136 -
CMYK 0.43 0 0.34 0.19
HSL 132.13º 0.48% 0.64% -
HSV(B) 132.13º 0.43% 0.81% -
XYZ 34.23 50.25 31.19 -
YUV 172.3 107.51 89.27 -
System Red Green Blue C M Y K H S L
Decimal 118 207 136 0.43 0 0.34 0.19 132.13 0.48 0.64
Hex 76 CF 88 2B 0 22 13 84 30 40
Octal 166 317 210 53 0 42 23 204 60 100
Binary 1110110 11001111 10001000 101011 0 100010 10011 10000100 110000 1000000

Color Harmonies of #76CF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF88

Black with #76CF88

Text Example


Text Example

White with #76CF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,207,136); }

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

background-color css

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

 a { background-color: rgb(118,207,136); }

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

border-color css

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

 span { border-color: rgb(118,207,136); }

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