Html Css Color HEX #74CB89 De York

📋 copy color: '#74CB89'

red 116 ◦ green 203 ◦ blue 137

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

Shades of De York #74CB89

Tints of De York #74CB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 25.44%
G = 44.52%
B = 30.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#74CB89 (or 0x74CB89) is known color: De York. HEX triplet: 74, CB and 89. RGB value is (116,203,137). Sum of RGB (Red+Green+Blue) = 116+203+137=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CB89 is #8B3476. Grayscale: #A9A9A9. Windows color (decimal): -9122935 or 9030516. OLE color: 9030516.

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

Color convert

RGB 116 203 137 -
CMYK 0.43 0 0.33 0.20
HSL 134.48º 0.46% 0.63% -
HSV(B) 134.48º 0.43% 0.8% -
XYZ 33.07 48.23 31.23 -
YUV 169.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 116 203 137 0.43 0 0.33 0.20 134.48 0.46 0.63
Hex 74 CB 89 2B 0 21 14 86 2E 3F
Octal 164 313 211 53 0 41 24 206 56 77
Binary 1110100 11001011 10001001 101011 0 100001 10100 10000110 101110 111111

Color Harmonies of #74CB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CB89

Black with #74CB89

Text Example


Text Example

White with #74CB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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