Html Css Color HEX #74D187 De York

📋 copy color: '#74D187'

red 116 ◦ green 209 ◦ blue 135

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

Shades of De York #74D187

Tints of De York #74D187

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.43%

 BLUE value IS 135 (53.13% from 255) = 29.35%

R = 25.22%
G = 45.43%
B = 29.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#74D187 (or 0x74D187) is known color: De York. HEX triplet: 74, D1 and 87. RGB value is (116,209,135). Sum of RGB (Red+Green+Blue) = 116+209+135=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #74D187 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D187 is #8B2E78. Grayscale: #ACACAC. Windows color (decimal): -9121401 or 8900980. OLE color: 8900980.

HSL color Cylindrical-coordinate representation of color #74D187: hue angle of 132.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D187 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 135 -
CMYK 0.44 0 0.35 0.18
HSL 132.26º 0.5% 0.64% -
HSV(B) 132.26º 0.44% 0.82% -
XYZ 34.38 51.06 30.97 -
YUV 172.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 116 209 135 0.44 0 0.35 0.18 132.26 0.5 0.64
Hex 74 D1 87 2C 0 23 12 84 32 40
Octal 164 321 207 54 0 43 22 204 62 100
Binary 1110100 11010001 10000111 101100 0 100011 10010 10000100 110010 1000000

Color Harmonies of #74D187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D187

Black with #74D187

Text Example


Text Example

White with #74D187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,135); }

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

background-color css

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

 a { background-color: rgb(116,209,135); }

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

border-color css

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

 span { border-color: rgb(116,209,135); }

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