Html Css Color HEX #7DE475 Pastel Green

📋 copy color: '#7DE475'

red 125 ◦ green 228 ◦ blue 117

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

Shades of Pastel Green #7DE475

Tints of Pastel Green #7DE475

RGB

 RED value IS 125 (49.22% from 255) = 26.6%

 GREEN value IS 228 (89.45% from 255) = 48.51%

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 26.6%
G = 48.51%
B = 24.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#7DE475 (or 0x7DE475) is known color: Pastel Green. HEX triplet: 7D, E4 and 75. RGB value is (125,228,117). Sum of RGB (Red+Green+Blue) = 125+228+117=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE475 is #821B8A. Grayscale: #B8B8B8. Windows color (decimal): -8526731 or 7726205. OLE color: 7726205.

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

Color convert

RGB 125 228 117 -
CMYK 0.45 0 0.49 0.11
HSL 115.68º 0.67% 0.68% -
HSV(B) 115.68º 0.49% 0.89% -
XYZ 39.41 61.13 26.55 -
YUV 184.55 89.88 85.53 -
System Red Green Blue C M Y K H S L
Decimal 125 228 117 0.45 0 0.49 0.11 115.68 0.67 0.68
Hex 7D E4 75 2D 0 31 B 74 43 44
Octal 175 344 165 55 0 61 13 164 103 104
Binary 1111101 11100100 1110101 101101 0 110001 1011 1110100 1000011 1000100

Color Harmonies of #7DE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE475

Black with #7DE475

Text Example


Text Example

White with #7DE475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DE475; }

 p { color: rgb(125,228,117); }

 H1.HeaderClassName
 {
   color: #7DE475;
 }
 .AnyTagClassName
 {
   color: #7DE475;
 }
</style>

background-color css

<style>
 a { background-color: #7DE475; }

 a { background-color: rgb(125,228,117); }

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

border-color css

<style>
 span { border-color: #7DE475; }

 span { border-color: rgb(125,228,117); }

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