Html Css Color HEX #74F288 Pastel Green

📋 copy color: '#74F288'

red 116 ◦ green 242 ◦ blue 136

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

Shades of Pastel Green #74F288

Tints of Pastel Green #74F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.53%

R = 23.48%
G = 48.99%
B = 27.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#74F288 (or 0x74F288) is known color: Pastel Green. HEX triplet: 74, F2 and 88. RGB value is (116,242,136). Sum of RGB (Red+Green+Blue) = 116+242+136=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #74F288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F288 is #8B0D77. Grayscale: #C0C0C0. Windows color (decimal): -9112952 or 8974964. OLE color: 8974964.

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

Color convert

RGB 116 242 136 -
CMYK 0.52 0 0.44 0.05
HSL 129.52º 0.83% 0.7% -
HSV(B) 129.52º 0.52% 0.95% -
XYZ 43.4 68.99 34.32 -
YUV 192.24 96.26 73.62 -
System Red Green Blue C M Y K H S L
Decimal 116 242 136 0.52 0 0.44 0.05 129.52 0.83 0.7
Hex 74 F2 88 34 0 2C 5 82 53 46
Octal 164 362 210 64 0 54 5 202 123 106
Binary 1110100 11110010 10001000 110100 0 101100 101 10000010 1010011 1000110

Color Harmonies of #74F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F288

Black with #74F288

Text Example


Text Example

White with #74F288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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