Html Css Color HEX #74DA60 Pastel Green

📋 copy color: '#74DA60'

red 116 ◦ green 218 ◦ blue 96

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

Shades of Pastel Green #74DA60

Tints of Pastel Green #74DA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 26.98%
G = 50.7%
B = 22.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#74DA60 (or 0x74DA60) is known color: Pastel Green. HEX triplet: 74, DA and 60. RGB value is (116,218,96). Sum of RGB (Red+Green+Blue) = 116+218+96=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA60 is #8B259F. Grayscale: #ADADAD. Windows color (decimal): -9119136 or 6347380. OLE color: 6347380.

HSL color Cylindrical-coordinate representation of color #74DA60: hue angle of 110.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74DA60 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 96 -
CMYK 0.47 0 0.56 0.15
HSL 110.16º 0.62% 0.62% -
HSV(B) 110.16º 0.56% 0.85% -
XYZ 34.39 54.7 19.81 -
YUV 173.59 84.21 86.92 -
System Red Green Blue C M Y K H S L
Decimal 116 218 96 0.47 0 0.56 0.15 110.16 0.62 0.62
Hex 74 DA 60 2F 0 38 F 6E 3E 3E
Octal 164 332 140 57 0 70 17 156 76 76
Binary 1110100 11011010 1100000 101111 0 111000 1111 1101110 111110 111110

Color Harmonies of #74DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DA60

Black with #74DA60

Text Example


Text Example

White with #74DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,218,96); }

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

background-color css

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

 a { background-color: rgb(116,218,96); }

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

border-color css

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

 span { border-color: rgb(116,218,96); }

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