Html Css Color HEX #7DDD65 Pastel Green

📋 copy color: '#7DDD65'

red 125 ◦ green 221 ◦ blue 101

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

Shades of Pastel Green #7DDD65

Tints of Pastel Green #7DDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.44%

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

R = 27.96%
G = 49.44%
B = 22.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#7DDD65 (or 0x7DDD65) is known color: Pastel Green. HEX triplet: 7D, DD and 65. RGB value is (125,221,101). Sum of RGB (Red+Green+Blue) = 125+221+101=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD65 is #82229A. Grayscale: #B3B3B3. Windows color (decimal): -8528539 or 6675837. OLE color: 6675837.

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

Color convert

RGB 125 221 101 -
CMYK 0.43 0 0.54 0.13
HSL 108º 0.64% 0.63% -
HSV(B) 108º 0.54% 0.87% -
XYZ 36.66 57.01 21.38 -
YUV 178.62 84.2 89.76 -
System Red Green Blue C M Y K H S L
Decimal 125 221 101 0.43 0 0.54 0.13 108 0.64 0.63
Hex 7D DD 65 2B 0 36 D 6C 40 3F
Octal 175 335 145 53 0 66 15 154 100 77
Binary 1111101 11011101 1100101 101011 0 110110 1101 1101100 1000000 111111

Color Harmonies of #7DDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD65

Black with #7DDD65

Text Example


Text Example

White with #7DDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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