Html Css Color HEX #76CC83 De York

📋 copy color: '#76CC83'

red 118 ◦ green 204 ◦ blue 131

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

Shades of De York #76CC83

Tints of De York #76CC83

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 26.05%
G = 45.03%
B = 28.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#76CC83 (or 0x76CC83) is known color: De York. HEX triplet: 76, CC and 83. RGB value is (118,204,131). Sum of RGB (Red+Green+Blue) = 118+204+131=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC83 is #89337C. Grayscale: #AAAAAA. Windows color (decimal): -8991613 or 8637558. OLE color: 8637558.

HSL color Cylindrical-coordinate representation of color #76CC83: hue angle of 129.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CC83 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 131 -
CMYK 0.42 0 0.36 0.2
HSL 129.07º 0.46% 0.63% -
HSV(B) 129.07º 0.42% 0.8% -
XYZ 33.16 48.68 29.12 -
YUV 169.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 118 204 131 0.42 0 0.36 0.2 129.07 0.46 0.63
Hex 76 CC 83 2A 0 24 14 81 2E 3F
Octal 166 314 203 52 0 44 24 201 56 77
Binary 1110110 11001100 10000011 101010 0 100100 10100 10000001 101110 111111

Color Harmonies of #76CC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC83

Black with #76CC83

Text Example


Text Example

White with #76CC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,131); }

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

background-color css

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

 a { background-color: rgb(118,204,131); }

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

border-color css

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

 span { border-color: rgb(118,204,131); }

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