Html Css Color HEX #74E286 Pastel Green

📋 copy color: '#74E286'

red 116 ◦ green 226 ◦ blue 134

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

Shades of Pastel Green #74E286

Tints of Pastel Green #74E286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.48%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 24.37%
G = 47.48%
B = 28.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#74E286 (or 0x74E286) is known color: Pastel Green. HEX triplet: 74, E2 and 86. RGB value is (116,226,134). Sum of RGB (Red+Green+Blue) = 116+226+134=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #74E286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E286 is #8B1D79. Grayscale: #B6B6B6. Windows color (decimal): -9117050 or 8839796. OLE color: 8839796.

HSL color Cylindrical-coordinate representation of color #74E286: hue angle of 129.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E286 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 226 134 -
CMYK 0.49 0 0.41 0.11
HSL 129.82º 0.65% 0.67% -
HSV(B) 129.82º 0.49% 0.89% -
XYZ 38.7 59.83 32.06 -
YUV 182.62 100.56 80.48 -
System Red Green Blue C M Y K H S L
Decimal 116 226 134 0.49 0 0.41 0.11 129.82 0.65 0.67
Hex 74 E2 86 31 0 29 B 82 41 43
Octal 164 342 206 61 0 51 13 202 101 103
Binary 1110100 11100010 10000110 110001 0 101001 1011 10000010 1000001 1000011

Color Harmonies of #74E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E286

Black with #74E286

Text Example


Text Example

White with #74E286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,226,134); }

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

background-color css

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

 a { background-color: rgb(116,226,134); }

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

border-color css

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

 span { border-color: rgb(116,226,134); }

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