Html Css Color HEX #74D88D De York

📋 copy color: '#74D88D'

red 116 ◦ green 216 ◦ blue 141

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

Shades of De York #74D88D

Tints of De York #74D88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 24.52%
G = 45.67%
B = 29.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#74D88D (or 0x74D88D) is known color: De York. HEX triplet: 74, D8 and 8D. RGB value is (116,216,141). Sum of RGB (Red+Green+Blue) = 116+216+141=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #74D88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D88D is #8B2772. Grayscale: #B1B1B1. Windows color (decimal): -9119603 or 9295988. OLE color: 9295988.

HSL color Cylindrical-coordinate representation of color #74D88D: hue angle of 135º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D88D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 141 -
CMYK 0.46 0 0.35 0.15
HSL 135º 0.56% 0.65% -
HSV(B) 135º 0.46% 0.85% -
XYZ 36.57 54.75 33.84 -
YUV 177.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 116 216 141 0.46 0 0.35 0.15 135 0.56 0.65
Hex 74 D8 8D 2E 0 23 F 87 38 41
Octal 164 330 215 56 0 43 17 207 70 101
Binary 1110100 11011000 10001101 101110 0 100011 1111 10000111 111000 1000001

Color Harmonies of #74D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D88D

Black with #74D88D

Text Example


Text Example

White with #74D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,141); }

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

background-color css

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

 a { background-color: rgb(116,216,141); }

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

border-color css

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

 span { border-color: rgb(116,216,141); }

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