Html Css Color HEX #69DD7F Pastel Green

📋 copy color: '#69DD7F'

red 105 ◦ green 221 ◦ blue 127

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

Shades of Pastel Green #69DD7F

Tints of Pastel Green #69DD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.04%

R = 23.18%
G = 48.79%
B = 28.04%

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

#69DD7F (or 0x69DD7F) is known color: Pastel Green. HEX triplet: 69, DD and 7F. RGB value is (105,221,127). Sum of RGB (Red+Green+Blue) = 105+221+127=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD7F is #962280. Grayscale: #AFAFAF. Windows color (decimal): -9839233 or 8379753. OLE color: 8379753.

HSL color Cylindrical-coordinate representation of color #69DD7F: hue angle of 131.38º 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 #69DD7F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 127 -
CMYK 0.52 0 0.43 0.13
HSL 131.38º 0.63% 0.64% -
HSV(B) 131.38º 0.52% 0.87% -
XYZ 35.51 56.25 29.06 -
YUV 175.6 100.57 77.64 -
System Red Green Blue C M Y K H S L
Decimal 105 221 127 0.52 0 0.43 0.13 131.38 0.63 0.64
Hex 69 DD 7F 34 0 2B D 83 3F 40
Octal 151 335 177 64 0 53 15 203 77 100
Binary 1101001 11011101 1111111 110100 0 101011 1101 10000011 111111 1000000

Color Harmonies of #69DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD7F

Black with #69DD7F

Text Example


Text Example

White with #69DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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