Html Css Color HEX #74C283 De York

📋 copy color: '#74C283'

red 116 ◦ green 194 ◦ blue 131

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

Shades of De York #74C283

Tints of De York #74C283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

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

R = 26.3%
G = 43.99%
B = 29.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#74C283 (or 0x74C283) is known color: De York. HEX triplet: 74, C2 and 83. RGB value is (116,194,131). Sum of RGB (Red+Green+Blue) = 116+194+131=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #74C283 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C283 is #8B3D7C. Grayscale: #A3A3A3. Windows color (decimal): -9125245 or 8634996. OLE color: 8634996.

HSL color Cylindrical-coordinate representation of color #74C283: hue angle of 131.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C283 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 131 -
CMYK 0.40 0 0.32 0.24
HSL 131.54º 0.39% 0.61% -
HSV(B) 131.54º 0.4% 0.76% -
XYZ 30.59 43.94 28.34 -
YUV 163.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 116 194 131 0.40 0 0.32 0.24 131.54 0.39 0.61
Hex 74 C2 83 28 0 20 18 84 27 3D
Octal 164 302 203 50 0 40 30 204 47 75
Binary 1110100 11000010 10000011 101000 0 100000 11000 10000100 100111 111101

Color Harmonies of #74C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C283

Black with #74C283

Text Example


Text Example

White with #74C283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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