Html Css Color HEX #7DED65 Pastel Green

📋 copy color: '#7DED65'

red 125 ◦ green 237 ◦ blue 101

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

Shades of Pastel Green #7DED65

Tints of Pastel Green #7DED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 27%
G = 51.19%
B = 21.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#7DED65 (or 0x7DED65) is known color: Pastel Green. HEX triplet: 7D, ED and 65. RGB value is (125,237,101). Sum of RGB (Red+Green+Blue) = 125+237+101=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED65 is #82129A. Grayscale: #BCBCBC. Windows color (decimal): -8524443 or 6679933. OLE color: 6679933.

HSL color Cylindrical-coordinate representation of color #7DED65: hue angle of 109.41º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DED65 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 237 101 -
CMYK 0.47 0 0.57 0.07
HSL 109.41º 0.79% 0.66% -
HSV(B) 109.41º 0.57% 0.93% -
XYZ 41.09 65.87 22.86 -
YUV 188.01 78.89 83.06 -
System Red Green Blue C M Y K H S L
Decimal 125 237 101 0.47 0 0.57 0.07 109.41 0.79 0.66
Hex 7D ED 65 2F 0 39 7 6D 4F 42
Octal 175 355 145 57 0 71 7 155 117 102
Binary 1111101 11101101 1100101 101111 0 111001 111 1101101 1001111 1000010

Color Harmonies of #7DED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DED65

Black with #7DED65

Text Example


Text Example

White with #7DED65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,237,101); }

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

background-color css

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

 a { background-color: rgb(125,237,101); }

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

border-color css

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

 span { border-color: rgb(125,237,101); }

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