Html Css Color HEX #74D16E Pastel Green

📋 copy color: '#74D16E'

red 116 ◦ green 209 ◦ blue 110

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

Shades of Pastel Green #74D16E

Tints of Pastel Green #74D16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.05%

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 26.67%
G = 48.05%
B = 25.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#74D16E (or 0x74D16E) is known color: Pastel Green. HEX triplet: 74, D1 and 6E. RGB value is (116,209,110). Sum of RGB (Red+Green+Blue) = 116+209+110=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #74D16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D16E is #8B2E91. Grayscale: #AAAAAA. Windows color (decimal): -9121426 or 7262580. OLE color: 7262580.

HSL color Cylindrical-coordinate representation of color #74D16E: hue angle of 116.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D16E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 110 -
CMYK 0.44 0 0.47 0.18
HSL 116.36º 0.52% 0.63% -
HSV(B) 116.36º 0.47% 0.82% -
XYZ 32.82 50.44 22.76 -
YUV 169.91 94.19 89.55 -
System Red Green Blue C M Y K H S L
Decimal 116 209 110 0.44 0 0.47 0.18 116.36 0.52 0.63
Hex 74 D1 6E 2C 0 2F 12 74 34 3F
Octal 164 321 156 54 0 57 22 164 64 77
Binary 1110100 11010001 1101110 101100 0 101111 10010 1110100 110100 111111

Color Harmonies of #74D16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D16E

Black with #74D16E

Text Example


Text Example

White with #74D16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,110); }

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

background-color css

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

 a { background-color: rgb(116,209,110); }

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

border-color css

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

 span { border-color: rgb(116,209,110); }

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