Html Css Color HEX #7DDE65 Pastel Green

📋 copy color: '#7DDE65'

red 125 ◦ green 222 ◦ blue 101

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

Shades of Pastel Green #7DDE65

Tints of Pastel Green #7DDE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.55%

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

R = 27.9%
G = 49.55%
B = 22.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#7DDE65 (or 0x7DDE65) is known color: Pastel Green. HEX triplet: 7D, DE and 65. RGB value is (125,222,101). Sum of RGB (Red+Green+Blue) = 125+222+101=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDE65 is #82219A. Grayscale: #B3B3B3. Windows color (decimal): -8528283 or 6676093. OLE color: 6676093.

HSL color Cylindrical-coordinate representation of color #7DDE65: hue angle of 108.1º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DDE65 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 101 -
CMYK 0.44 0 0.55 0.13
HSL 108.1º 0.65% 0.63% -
HSV(B) 108.1º 0.55% 0.87% -
XYZ 36.93 57.54 21.47 -
YUV 179.2 83.86 89.34 -
System Red Green Blue C M Y K H S L
Decimal 125 222 101 0.44 0 0.55 0.13 108.1 0.65 0.63
Hex 7D DE 65 2C 0 37 D 6C 41 3F
Octal 175 336 145 54 0 67 15 154 101 77
Binary 1111101 11011110 1100101 101100 0 110111 1101 1101100 1000001 111111

Color Harmonies of #7DDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDE65

Black with #7DDE65

Text Example


Text Example

White with #7DDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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