Html Css Color HEX #74E08B Pastel Green

📋 copy color: '#74E08B'

red 116 ◦ green 224 ◦ blue 139

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

Shades of Pastel Green #74E08B

Tints of Pastel Green #74E08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

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

R = 24.22%
G = 46.76%
B = 29.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#74E08B (or 0x74E08B) is known color: Pastel Green. HEX triplet: 74, E0 and 8B. RGB value is (116,224,139). Sum of RGB (Red+Green+Blue) = 116+224+139=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #74E08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E08B is #8B1F74. Grayscale: #B6B6B6. Windows color (decimal): -9117557 or 9166964. OLE color: 9166964.

HSL color Cylindrical-coordinate representation of color #74E08B: hue angle of 132.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E08B is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 139 -
CMYK 0.48 0 0.38 0.12
HSL 132.78º 0.64% 0.67% -
HSV(B) 132.78º 0.48% 0.88% -
XYZ 38.52 58.89 33.76 -
YUV 182.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 116 224 139 0.48 0 0.38 0.12 132.78 0.64 0.67
Hex 74 E0 8B 30 0 26 C 85 40 43
Octal 164 340 213 60 0 46 14 205 100 103
Binary 1110100 11100000 10001011 110000 0 100110 1100 10000101 1000000 1000011

Color Harmonies of #74E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E08B

Black with #74E08B

Text Example


Text Example

White with #74E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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