Html Css Color HEX #74D28C De York

📋 copy color: '#74D28C'

red 116 ◦ green 210 ◦ blue 140

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

Shades of De York #74D28C

Tints of De York #74D28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 24.89%
G = 45.06%
B = 30.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#74D28C (or 0x74D28C) is known color: De York. HEX triplet: 74, D2 and 8C. RGB value is (116,210,140). Sum of RGB (Red+Green+Blue) = 116+210+140=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #74D28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D28C is #8B2D73. Grayscale: #AEAEAE. Windows color (decimal): -9121140 or 9228916. OLE color: 9228916.

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

Color convert

RGB 116 210 140 -
CMYK 0.45 0 0.33 0.18
HSL 135.32º 0.51% 0.64% -
HSV(B) 135.32º 0.45% 0.82% -
XYZ 34.98 51.7 32.95 -
YUV 173.91 108.86 86.69 -
System Red Green Blue C M Y K H S L
Decimal 116 210 140 0.45 0 0.33 0.18 135.32 0.51 0.64
Hex 74 D2 8C 2D 0 21 12 87 33 40
Octal 164 322 214 55 0 41 22 207 63 100
Binary 1110100 11010010 10001100 101101 0 100001 10010 10000111 110011 1000000

Color Harmonies of #74D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D28C

Black with #74D28C

Text Example


Text Example

White with #74D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,210,140); }

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

background-color css

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

 a { background-color: rgb(116,210,140); }

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

border-color css

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

 span { border-color: rgb(116,210,140); }

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