Html Css Color HEX #74D082 De York

📋 copy color: '#74D082'

red 116 ◦ green 208 ◦ blue 130

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

Shades of De York #74D082

Tints of De York #74D082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 25.55%
G = 45.81%
B = 28.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#74D082 (or 0x74D082) is known color: De York. HEX triplet: 74, D0 and 82. RGB value is (116,208,130). Sum of RGB (Red+Green+Blue) = 116+208+130=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #74D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D082 is #8B2F7D. Grayscale: #ABABAB. Windows color (decimal): -9121662 or 8573044. OLE color: 8573044.

HSL color Cylindrical-coordinate representation of color #74D082: hue angle of 129.13º degrees, saturation: 0.49, 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 #74D082 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 130 -
CMYK 0.44 0 0.38 0.18
HSL 129.13º 0.49% 0.64% -
HSV(B) 129.13º 0.44% 0.82% -
XYZ 33.79 50.44 29.07 -
YUV 171.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 116 208 130 0.44 0 0.38 0.18 129.13 0.49 0.64
Hex 74 D0 82 2C 0 26 12 81 31 40
Octal 164 320 202 54 0 46 22 201 61 100
Binary 1110100 11010000 10000010 101100 0 100110 10010 10000001 110001 1000000

Color Harmonies of #74D082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D082

Black with #74D082

Text Example


Text Example

White with #74D082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,130); }

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

background-color css

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

 a { background-color: rgb(116,208,130); }

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

border-color css

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

 span { border-color: rgb(116,208,130); }

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