Html Css Color HEX #76CF81 De York

📋 copy color: '#76CF81'

red 118 ◦ green 207 ◦ blue 129

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

Shades of De York #76CF81

Tints of De York #76CF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.41%

R = 25.99%
G = 45.59%
B = 28.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#76CF81 (or 0x76CF81) is known color: De York. HEX triplet: 76, CF and 81. RGB value is (118,207,129). Sum of RGB (Red+Green+Blue) = 118+207+129=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CF81 is #89307E. Grayscale: #ABABAB. Windows color (decimal): -8990847 or 8507254. OLE color: 8507254.

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

Color convert

RGB 118 207 129 -
CMYK 0.43 0 0.38 0.19
HSL 127.42º 0.48% 0.64% -
HSV(B) 127.42º 0.43% 0.81% -
XYZ 33.75 50.06 28.65 -
YUV 171.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 118 207 129 0.43 0 0.38 0.19 127.42 0.48 0.64
Hex 76 CF 81 2B 0 26 13 7F 30 40
Octal 166 317 201 53 0 46 23 177 60 100
Binary 1110110 11001111 10000001 101011 0 100110 10011 1111111 110000 1000000

Color Harmonies of #76CF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF81

Black with #76CF81

Text Example


Text Example

White with #76CF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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