Html Css Color HEX #74CB7E De York

📋 copy color: '#74CB7E'

red 116 ◦ green 203 ◦ blue 126

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

Shades of De York #74CB7E

Tints of De York #74CB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 26.07%
G = 45.62%
B = 28.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#74CB7E (or 0x74CB7E) is known color: De York. HEX triplet: 74, CB and 7E. RGB value is (116,203,126). Sum of RGB (Red+Green+Blue) = 116+203+126=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB7E is #8B3481. Grayscale: #A8A8A8. Windows color (decimal): -9122946 or 8309620. OLE color: 8309620.

HSL color Cylindrical-coordinate representation of color #74CB7E: hue angle of 126.9º 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 #74CB7E is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 126 -
CMYK 0.43 0 0.38 0.20
HSL 126.9º 0.46% 0.63% -
HSV(B) 126.9º 0.43% 0.8% -
XYZ 32.32 47.93 27.29 -
YUV 168.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 116 203 126 0.43 0 0.38 0.20 126.9 0.46 0.63
Hex 74 CB 7E 2B 0 26 14 7F 2E 3F
Octal 164 313 176 53 0 46 24 177 56 77
Binary 1110100 11001011 1111110 101011 0 100110 10100 1111111 101110 111111

Color Harmonies of #74CB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB7E

Black with #74CB7E

Text Example


Text Example

White with #74CB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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