Html Css Color HEX #74C585 De York

📋 copy color: '#74C585'

red 116 ◦ green 197 ◦ blue 133

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

Shades of De York #74C585

Tints of De York #74C585

RGB

 RED value IS 116 (45.7% from 255) = 26.01%

 GREEN value IS 197 (77.34% from 255) = 44.17%

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

R = 26.01%
G = 44.17%
B = 29.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#74C585 (or 0x74C585) is known color: De York. HEX triplet: 74, C5 and 85. RGB value is (116,197,133). Sum of RGB (Red+Green+Blue) = 116+197+133=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #74C585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C585 is #8B3A7A. Grayscale: #A5A5A5. Windows color (decimal): -9124475 or 8766836. OLE color: 8766836.

HSL color Cylindrical-coordinate representation of color #74C585: hue angle of 132.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C585 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 133 -
CMYK 0.41 0 0.32 0.23
HSL 132.59º 0.41% 0.61% -
HSV(B) 132.59º 0.41% 0.77% -
XYZ 31.4 45.34 29.29 -
YUV 165.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 116 197 133 0.41 0 0.32 0.23 132.59 0.41 0.61
Hex 74 C5 85 29 0 20 17 85 29 3D
Octal 164 305 205 51 0 40 27 205 51 75
Binary 1110100 11000101 10000101 101001 0 100000 10111 10000101 101001 111101

Color Harmonies of #74C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C585

Black with #74C585

Text Example


Text Example

White with #74C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C585; }

 p { color: rgb(116,197,133); }

 H1.HeaderClassName
 {
   color: #74C585;
 }
 .AnyTagClassName
 {
   color: #74C585;
 }
</style>

background-color css

<style>
 a { background-color: #74C585; }

 a { background-color: rgb(116,197,133); }

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

border-color css

<style>
 span { border-color: #74C585; }

 span { border-color: rgb(116,197,133); }

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