Html Css Color HEX #74E985 Pastel Green

📋 copy color: '#74E985'

red 116 ◦ green 233 ◦ blue 133

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

Shades of Pastel Green #74E985

Tints of Pastel Green #74E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.34%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 24.07%
G = 48.34%
B = 27.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#74E985 (or 0x74E985) is known color: Pastel Green. HEX triplet: 74, E9 and 85. RGB value is (116,233,133). Sum of RGB (Red+Green+Blue) = 116+233+133=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #74E985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E985 is #8B167A. Grayscale: #BABABA. Windows color (decimal): -9115259 or 8776052. OLE color: 8776052.

HSL color Cylindrical-coordinate representation of color #74E985: hue angle of 128.72º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E985 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 233 133 -
CMYK 0.50 0 0.43 0.09
HSL 128.72º 0.73% 0.68% -
HSV(B) 128.72º 0.5% 0.91% -
XYZ 40.58 63.68 32.34 -
YUV 186.62 97.74 77.63 -
System Red Green Blue C M Y K H S L
Decimal 116 233 133 0.50 0 0.43 0.09 128.72 0.73 0.68
Hex 74 E9 85 32 0 2B 9 81 49 44
Octal 164 351 205 62 0 53 11 201 111 104
Binary 1110100 11101001 10000101 110010 0 101011 1001 10000001 1001001 1000100

Color Harmonies of #74E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E985

Black with #74E985

Text Example


Text Example

White with #74E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,233,133); }

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

background-color css

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

 a { background-color: rgb(116,233,133); }

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

border-color css

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

 span { border-color: rgb(116,233,133); }

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