Html Css Color HEX #76CF85 De York

📋 copy color: '#76CF85'

red 118 ◦ green 207 ◦ blue 133

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

Shades of De York #76CF85

Tints of De York #76CF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 25.76%
G = 45.2%
B = 29.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#76CF85 (or 0x76CF85) is known color: De York. HEX triplet: 76, CF and 85. RGB value is (118,207,133). Sum of RGB (Red+Green+Blue) = 118+207+133=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CF85 is #89307A. Grayscale: #ACACAC. Windows color (decimal): -8990843 or 8769398. OLE color: 8769398.

HSL color Cylindrical-coordinate representation of color #76CF85: hue angle of 130.11º 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 #76CF85 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 207 133 -
CMYK 0.43 0 0.36 0.19
HSL 130.11º 0.48% 0.64% -
HSV(B) 130.11º 0.43% 0.81% -
XYZ 34.02 50.17 30.08 -
YUV 171.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 118 207 133 0.43 0 0.36 0.19 130.11 0.48 0.64
Hex 76 CF 85 2B 0 24 13 82 30 40
Octal 166 317 205 53 0 44 23 202 60 100
Binary 1110110 11001111 10000101 101011 0 100100 10011 10000010 110000 1000000

Color Harmonies of #76CF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF85

Black with #76CF85

Text Example


Text Example

White with #76CF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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