Html Css Color HEX #74DB8B Pastel Green

📋 copy color: '#74DB8B'

red 116 ◦ green 219 ◦ blue 139

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

Shades of Pastel Green #74DB8B

Tints of Pastel Green #74DB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 24.47%
G = 46.2%
B = 29.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#74DB8B (or 0x74DB8B) is known color: Pastel Green. HEX triplet: 74, DB and 8B. RGB value is (116,219,139). Sum of RGB (Red+Green+Blue) = 116+219+139=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB8B is #8B2474. Grayscale: #B3B3B3. Windows color (decimal): -9118837 or 9165684. OLE color: 9165684.

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

Color convert

RGB 116 219 139 -
CMYK 0.47 0 0.37 0.14
HSL 133.4º 0.59% 0.66% -
HSV(B) 133.4º 0.47% 0.86% -
XYZ 37.19 56.24 33.32 -
YUV 179.08 105.38 83 -
System Red Green Blue C M Y K H S L
Decimal 116 219 139 0.47 0 0.37 0.14 133.4 0.59 0.66
Hex 74 DB 8B 2F 0 25 E 85 3B 42
Octal 164 333 213 57 0 45 16 205 73 102
Binary 1110100 11011011 10001011 101111 0 100101 1110 10000101 111011 1000010

Color Harmonies of #74DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB8B

Black with #74DB8B

Text Example


Text Example

White with #74DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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