Html Css Color HEX #74F289 Pastel Green

📋 copy color: '#74F289'

red 116 ◦ green 242 ◦ blue 137

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

Shades of Pastel Green #74F289

Tints of Pastel Green #74F289

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 23.43%
G = 48.89%
B = 27.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#74F289 (or 0x74F289) is known color: Pastel Green. HEX triplet: 74, F2 and 89. RGB value is (116,242,137). Sum of RGB (Red+Green+Blue) = 116+242+137=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #74F289 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F289 is #8B0D76. Grayscale: #C0C0C0. Windows color (decimal): -9112951 or 9040500. OLE color: 9040500.

HSL color Cylindrical-coordinate representation of color #74F289: hue angle of 130º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F289 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 242 137 -
CMYK 0.52 0 0.43 0.05
HSL 130º 0.83% 0.7% -
HSV(B) 130º 0.52% 0.95% -
XYZ 43.47 69.02 34.7 -
YUV 192.36 96.76 73.54 -
System Red Green Blue C M Y K H S L
Decimal 116 242 137 0.52 0 0.43 0.05 130 0.83 0.7
Hex 74 F2 89 34 0 2B 5 82 53 46
Octal 164 362 211 64 0 53 5 202 123 106
Binary 1110100 11110010 10001001 110100 0 101011 101 10000010 1010011 1000110

Color Harmonies of #74F289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F289

Black with #74F289

Text Example


Text Example

White with #74F289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,242,137); }

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

background-color css

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

 a { background-color: rgb(116,242,137); }

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

border-color css

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

 span { border-color: rgb(116,242,137); }

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