Html Css Color HEX #74C07B De York

📋 copy color: '#74C07B'

red 116 ◦ green 192 ◦ blue 123

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

Shades of De York #74C07B

Tints of De York #74C07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 26.91%
G = 44.55%
B = 28.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#74C07B (or 0x74C07B) is known color: De York. HEX triplet: 74, C0 and 7B. RGB value is (116,192,123). Sum of RGB (Red+Green+Blue) = 116+192+123=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #74C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C07B is #8B3F84. Grayscale: #A1A1A1. Windows color (decimal): -9125765 or 8110196. OLE color: 8110196.

HSL color Cylindrical-coordinate representation of color #74C07B: hue angle of 125.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C07B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 123 -
CMYK 0.40 0 0.36 0.25
HSL 125.53º 0.38% 0.6% -
HSV(B) 125.53º 0.4% 0.75% -
XYZ 29.63 42.84 25.45 -
YUV 161.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 116 192 123 0.40 0 0.36 0.25 125.53 0.38 0.6
Hex 74 C0 7B 28 0 24 19 7E 26 3C
Octal 164 300 173 50 0 44 31 176 46 74
Binary 1110100 11000000 1111011 101000 0 100100 11001 1111110 100110 111100

Color Harmonies of #74C07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C07B

Black with #74C07B

Text Example


Text Example

White with #74C07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,123); }

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

background-color css

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

 a { background-color: rgb(116,192,123); }

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

border-color css

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

 span { border-color: rgb(116,192,123); }

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