Html Css Color HEX #74DB5F Pastel Green

📋 copy color: '#74DB5F'

red 116 ◦ green 219 ◦ blue 95

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

Shades of Pastel Green #74DB5F

Tints of Pastel Green #74DB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 26.98%
G = 50.93%
B = 22.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#74DB5F (or 0x74DB5F) is known color: Pastel Green. HEX triplet: 74, DB and 5F. RGB value is (116,219,95). Sum of RGB (Red+Green+Blue) = 116+219+95=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB5F is #8B24A0. Grayscale: #AEAEAE. Windows color (decimal): -9118881 or 6282100. OLE color: 6282100.

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

Color convert

RGB 116 219 95 -
CMYK 0.47 0 0.57 0.14
HSL 109.84º 0.63% 0.62% -
HSV(B) 109.84º 0.57% 0.86% -
XYZ 34.6 55.2 19.66 -
YUV 174.07 83.38 86.58 -
System Red Green Blue C M Y K H S L
Decimal 116 219 95 0.47 0 0.57 0.14 109.84 0.63 0.62
Hex 74 DB 5F 2F 0 39 E 6E 3F 3E
Octal 164 333 137 57 0 71 16 156 77 76
Binary 1110100 11011011 1011111 101111 0 111001 1110 1101110 111111 111110

Color Harmonies of #74DB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB5F

Black with #74DB5F

Text Example


Text Example

White with #74DB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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