Html Css Color HEX #74DB61 Pastel Green

📋 copy color: '#74DB61'

red 116 ◦ green 219 ◦ blue 97

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

Shades of Pastel Green #74DB61

Tints of Pastel Green #74DB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.69%

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 26.85%
G = 50.69%
B = 22.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#74DB61 (or 0x74DB61) is known color: Pastel Green. HEX triplet: 74, DB and 61. RGB value is (116,219,97). Sum of RGB (Red+Green+Blue) = 116+219+97=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB61 is #8B249E. Grayscale: #AEAEAE. Windows color (decimal): -9118879 or 6413172. OLE color: 6413172.

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

Color convert

RGB 116 219 97 -
CMYK 0.47 0 0.56 0.14
HSL 110.66º 0.63% 0.62% -
HSV(B) 110.66º 0.56% 0.86% -
XYZ 34.69 55.24 20.14 -
YUV 174.3 84.38 86.42 -
System Red Green Blue C M Y K H S L
Decimal 116 219 97 0.47 0 0.56 0.14 110.66 0.63 0.62
Hex 74 DB 61 2F 0 38 E 6F 3F 3E
Octal 164 333 141 57 0 70 16 157 77 76
Binary 1110100 11011011 1100001 101111 0 111000 1110 1101111 111111 111110

Color Harmonies of #74DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB61

Black with #74DB61

Text Example


Text Example

White with #74DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,219,97); }

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

background-color css

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

 a { background-color: rgb(116,219,97); }

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

border-color css

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

 span { border-color: rgb(116,219,97); }

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