Html Css Color HEX #74CB80 De York

📋 copy color: '#74CB80'

red 116 ◦ green 203 ◦ blue 128

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

Shades of De York #74CB80

Tints of De York #74CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 25.95%
G = 45.41%
B = 28.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#74CB80 (or 0x74CB80) is known color: De York. HEX triplet: 74, CB and 80. RGB value is (116,203,128). Sum of RGB (Red+Green+Blue) = 116+203+128=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB80 is #8B347F. Grayscale: #A8A8A8. Windows color (decimal): -9122944 or 8440692. OLE color: 8440692.

HSL color Cylindrical-coordinate representation of color #74CB80: hue angle of 128.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CB80 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 128 -
CMYK 0.43 0 0.37 0.20
HSL 128.28º 0.46% 0.63% -
HSV(B) 128.28º 0.43% 0.8% -
XYZ 32.45 47.98 27.97 -
YUV 168.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 116 203 128 0.43 0 0.37 0.20 128.28 0.46 0.63
Hex 74 CB 80 2B 0 25 14 80 2E 3F
Octal 164 313 200 53 0 45 24 200 56 77
Binary 1110100 11001011 10000000 101011 0 100101 10100 10000000 101110 111111

Color Harmonies of #74CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB80

Black with #74CB80

Text Example


Text Example

White with #74CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,128); }

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

background-color css

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

 a { background-color: rgb(116,203,128); }

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

border-color css

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

 span { border-color: rgb(116,203,128); }

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