Html Css Color HEX #74C883 De York

📋 copy color: '#74C883'

red 116 ◦ green 200 ◦ blue 131

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

Shades of De York #74C883

Tints of De York #74C883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 131 (51.56% from 255) = 29.31%

R = 25.95%
G = 44.74%
B = 29.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#74C883 (or 0x74C883) is known color: De York. HEX triplet: 74, C8 and 83. RGB value is (116,200,131). Sum of RGB (Red+Green+Blue) = 116+200+131=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #74C883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C883 is #8B377C. Grayscale: #A7A7A7. Windows color (decimal): -9123709 or 8636532. OLE color: 8636532.

HSL color Cylindrical-coordinate representation of color #74C883: hue angle of 130.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C883 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 131 -
CMYK 0.42 0 0.34 0.22
HSL 130.71º 0.43% 0.62% -
HSV(B) 130.71º 0.42% 0.78% -
XYZ 31.95 46.66 28.79 -
YUV 167.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 116 200 131 0.42 0 0.34 0.22 130.71 0.43 0.62
Hex 74 C8 83 2A 0 22 16 83 2B 3E
Octal 164 310 203 52 0 42 26 203 53 76
Binary 1110100 11001000 10000011 101010 0 100010 10110 10000011 101011 111110

Color Harmonies of #74C883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C883

Black with #74C883

Text Example


Text Example

White with #74C883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,131); }

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

background-color css

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

 a { background-color: rgb(116,200,131); }

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

border-color css

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

 span { border-color: rgb(116,200,131); }

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