Html Css Color HEX #74F885 Pastel Green

📋 copy color: '#74F885'

red 116 ◦ green 248 ◦ blue 133

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

Shades of Pastel Green #74F885

Tints of Pastel Green #74F885

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.9%

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

R = 23.34%
G = 49.9%
B = 26.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#74F885 (or 0x74F885) is known color: Pastel Green. HEX triplet: 74, F8 and 85. RGB value is (116,248,133). Sum of RGB (Red+Green+Blue) = 116+248+133=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #74F885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F885 is #8B077A. Grayscale: #C3C3C3. Windows color (decimal): -9111419 or 8779892. OLE color: 8779892.

HSL color Cylindrical-coordinate representation of color #74F885: hue angle of 127.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F885 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 248 133 -
CMYK 0.53 0 0.46 0.03
HSL 127.73º 0.9% 0.71% -
HSV(B) 127.73º 0.53% 0.97% -
XYZ 45 72.54 33.82 -
YUV 195.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 116 248 133 0.53 0 0.46 0.03 127.73 0.9 0.71
Hex 74 F8 85 35 0 2E 3 80 5A 47
Octal 164 370 205 65 0 56 3 200 132 107
Binary 1110100 11111000 10000101 110101 0 101110 11 10000000 1011010 1000111

Color Harmonies of #74F885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F885

Black with #74F885

Text Example


Text Example

White with #74F885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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