Html Css Color HEX #74CA8A De York

📋 copy color: '#74CA8A'

red 116 ◦ green 202 ◦ blue 138

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

Shades of De York #74CA8A

Tints of De York #74CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.3%

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

R = 25.44%
G = 44.3%
B = 30.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#74CA8A (or 0x74CA8A) is known color: De York. HEX triplet: 74, CA and 8A. RGB value is (116,202,138). Sum of RGB (Red+Green+Blue) = 116+202+138=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CA8A is #8B3575. Grayscale: #A9A9A9. Windows color (decimal): -9123190 or 9095796. OLE color: 9095796.

HSL color Cylindrical-coordinate representation of color #74CA8A: hue angle of 135.35º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA8A is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 138 -
CMYK 0.43 0 0.32 0.21
HSL 135.35º 0.45% 0.62% -
HSV(B) 135.35º 0.43% 0.79% -
XYZ 32.91 47.79 31.53 -
YUV 168.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 116 202 138 0.43 0 0.32 0.21 135.35 0.45 0.62
Hex 74 CA 8A 2B 0 20 15 87 2D 3E
Octal 164 312 212 53 0 40 25 207 55 76
Binary 1110100 11001010 10001010 101011 0 100000 10101 10000111 101101 111110

Color Harmonies of #74CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA8A

Black with #74CA8A

Text Example


Text Example

White with #74CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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