Html Css Color HEX #74EE82 Pastel Green

📋 copy color: '#74EE82'

red 116 ◦ green 238 ◦ blue 130

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

Shades of Pastel Green #74EE82

Tints of Pastel Green #74EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 23.97%
G = 49.17%
B = 26.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#74EE82 (or 0x74EE82) is known color: Pastel Green. HEX triplet: 74, EE and 82. RGB value is (116,238,130). Sum of RGB (Red+Green+Blue) = 116+238+130=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #74EE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EE82 is #8B117D. Grayscale: #BDBDBD. Windows color (decimal): -9113982 or 8580724. OLE color: 8580724.

HSL color Cylindrical-coordinate representation of color #74EE82: hue angle of 126.89º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EE82 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 238 130 -
CMYK 0.51 0 0.45 0.07
HSL 126.89º 0.78% 0.69% -
HSV(B) 126.89º 0.51% 0.93% -
XYZ 41.81 66.47 31.75 -
YUV 189.21 94.58 75.78 -
System Red Green Blue C M Y K H S L
Decimal 116 238 130 0.51 0 0.45 0.07 126.89 0.78 0.69
Hex 74 EE 82 33 0 2D 7 7F 4E 45
Octal 164 356 202 63 0 55 7 177 116 105
Binary 1110100 11101110 10000010 110011 0 101101 111 1111111 1001110 1000101

Color Harmonies of #74EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EE82

Black with #74EE82

Text Example


Text Example

White with #74EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,238,130); }

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

background-color css

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

 a { background-color: rgb(116,238,130); }

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

border-color css

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

 span { border-color: rgb(116,238,130); }

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