Html Css Color HEX #74DB7B Pastel Green

📋 copy color: '#74DB7B'

red 116 ◦ green 219 ◦ blue 123

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

Shades of Pastel Green #74DB7B

Tints of Pastel Green #74DB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 25.33%
G = 47.82%
B = 26.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#74DB7B (or 0x74DB7B) is known color: Pastel Green. HEX triplet: 74, DB and 7B. RGB value is (116,219,123). Sum of RGB (Red+Green+Blue) = 116+219+123=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB7B is #8B2484. Grayscale: #B1B1B1. Windows color (decimal): -9118853 or 8117108. OLE color: 8117108.

HSL color Cylindrical-coordinate representation of color #74DB7B: hue angle of 124.08º 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 #74DB7B is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 123 -
CMYK 0.47 0 0.44 0.14
HSL 124.08º 0.59% 0.66% -
HSV(B) 124.08º 0.47% 0.86% -
XYZ 36.11 55.81 27.61 -
YUV 177.26 97.38 84.31 -
System Red Green Blue C M Y K H S L
Decimal 116 219 123 0.47 0 0.44 0.14 124.08 0.59 0.66
Hex 74 DB 7B 2F 0 2C E 7C 3B 42
Octal 164 333 173 57 0 54 16 174 73 102
Binary 1110100 11011011 1111011 101111 0 101100 1110 1111100 111011 1000010

Color Harmonies of #74DB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB7B

Black with #74DB7B

Text Example


Text Example

White with #74DB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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