Html Css Color HEX #74D28A De York

📋 copy color: '#74D28A'

red 116 ◦ green 210 ◦ blue 138

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

Shades of De York #74D28A

Tints of De York #74D28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 25%
G = 45.26%
B = 29.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#74D28A (or 0x74D28A) is known color: De York. HEX triplet: 74, D2 and 8A. RGB value is (116,210,138). Sum of RGB (Red+Green+Blue) = 116+210+138=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #74D28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D28A is #8B2D75. Grayscale: #ADADAD. Windows color (decimal): -9121142 or 9097844. OLE color: 9097844.

HSL color Cylindrical-coordinate representation of color #74D28A: hue angle of 134.04º 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 #74D28A is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 138 -
CMYK 0.45 0 0.34 0.18
HSL 134.04º 0.51% 0.64% -
HSV(B) 134.04º 0.45% 0.82% -
XYZ 34.84 51.64 32.18 -
YUV 173.69 107.86 86.85 -
System Red Green Blue C M Y K H S L
Decimal 116 210 138 0.45 0 0.34 0.18 134.04 0.51 0.64
Hex 74 D2 8A 2D 0 22 12 86 33 40
Octal 164 322 212 55 0 42 22 206 63 100
Binary 1110100 11010010 10001010 101101 0 100010 10010 10000110 110011 1000000

Color Harmonies of #74D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D28A

Black with #74D28A

Text Example


Text Example

White with #74D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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