Html Css Color HEX #69DD7D Pastel Green

📋 copy color: '#69DD7D'

red 105 ◦ green 221 ◦ blue 125

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

Shades of Pastel Green #69DD7D

Tints of Pastel Green #69DD7D

RGB

 RED value IS 105 (41.41% from 255) = 23.28%

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

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 23.28%
G = 49%
B = 27.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#69DD7D (or 0x69DD7D) is known color: Pastel Green. HEX triplet: 69, DD and 7D. RGB value is (105,221,125). Sum of RGB (Red+Green+Blue) = 105+221+125=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD7D is #962282. Grayscale: #AFAFAF. Windows color (decimal): -9839235 or 8248681. OLE color: 8248681.

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

Color convert

RGB 105 221 125 -
CMYK 0.52 0 0.43 0.13
HSL 130.34º 0.63% 0.64% -
HSV(B) 130.34º 0.52% 0.87% -
XYZ 35.38 56.2 28.38 -
YUV 175.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 105 221 125 0.52 0 0.43 0.13 130.34 0.63 0.64
Hex 69 DD 7D 34 0 2B D 82 3F 40
Octal 151 335 175 64 0 53 15 202 77 100
Binary 1101001 11011101 1111101 110100 0 101011 1101 10000010 111111 1000000

Color Harmonies of #69DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD7D

Black with #69DD7D

Text Example


Text Example

White with #69DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69DD7D; }

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

 H1.HeaderClassName
 {
   color: #69DD7D;
 }
 .AnyTagClassName
 {
   color: #69DD7D;
 }
</style>

background-color css

<style>
 a { background-color: #69DD7D; }

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

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

border-color css

<style>
 span { border-color: #69DD7D; }

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

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