Html Css Color HEX #74C182 De York

📋 copy color: '#74C182'

red 116 ◦ green 193 ◦ blue 130

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

Shades of De York #74C182

Tints of De York #74C182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

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

R = 26.42%
G = 43.96%
B = 29.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#74C182 (or 0x74C182) is known color: De York. HEX triplet: 74, C1 and 82. RGB value is (116,193,130). Sum of RGB (Red+Green+Blue) = 116+193+130=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #74C182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C182 is #8B3E7D. Grayscale: #A2A2A2. Windows color (decimal): -9125502 or 8569204. OLE color: 8569204.

HSL color Cylindrical-coordinate representation of color #74C182: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C182 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 130 -
CMYK 0.40 0 0.33 0.24
HSL 130.91º 0.38% 0.61% -
HSV(B) 130.91º 0.4% 0.76% -
XYZ 30.3 43.46 27.91 -
YUV 162.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 116 193 130 0.40 0 0.33 0.24 130.91 0.38 0.61
Hex 74 C1 82 28 0 21 18 83 26 3D
Octal 164 301 202 50 0 41 30 203 46 75
Binary 1110100 11000001 10000010 101000 0 100001 11000 10000011 100110 111101

Color Harmonies of #74C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C182

Black with #74C182

Text Example


Text Example

White with #74C182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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