Html Css Color HEX #77CA85 De York

📋 copy color: '#77CA85'

red 119 ◦ green 202 ◦ blue 133

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

Shades of De York #77CA85

Tints of De York #77CA85

RGB

 RED value IS 119 (46.88% from 255) = 26.21%

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 26.21%
G = 44.49%
B = 29.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#77CA85 (or 0x77CA85) is known color: De York. HEX triplet: 77, CA and 85. RGB value is (119,202,133). Sum of RGB (Red+Green+Blue) = 119+202+133=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA85 is #88357A. Grayscale: #A9A9A9. Windows color (decimal): -8926587 or 8768119. OLE color: 8768119.

HSL color Cylindrical-coordinate representation of color #77CA85: hue angle of 130.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CA85 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 133 -
CMYK 0.41 0 0.34 0.21
HSL 130.12º 0.44% 0.63% -
HSV(B) 130.12º 0.41% 0.79% -
XYZ 32.96 47.86 29.69 -
YUV 169.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 119 202 133 0.41 0 0.34 0.21 130.12 0.44 0.63
Hex 77 CA 85 29 0 22 15 82 2C 3F
Octal 167 312 205 51 0 42 25 202 54 77
Binary 1110111 11001010 10000101 101001 0 100010 10101 10000010 101100 111111

Color Harmonies of #77CA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA85

Black with #77CA85

Text Example


Text Example

White with #77CA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77CA85; }

 p { color: rgb(119,202,133); }

 H1.HeaderClassName
 {
   color: #77CA85;
 }
 .AnyTagClassName
 {
   color: #77CA85;
 }
</style>

background-color css

<style>
 a { background-color: #77CA85; }

 a { background-color: rgb(119,202,133); }

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

border-color css

<style>
 span { border-color: #77CA85; }

 span { border-color: rgb(119,202,133); }

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