Html Css Color HEX #69DD8A Pastel Green

📋 copy color: '#69DD8A'

red 105 ◦ green 221 ◦ blue 138

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

Shades of Pastel Green #69DD8A

Tints of Pastel Green #69DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 22.63%
G = 47.63%
B = 29.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#69DD8A (or 0x69DD8A) is known color: Pastel Green. HEX triplet: 69, DD and 8A. RGB value is (105,221,138). Sum of RGB (Red+Green+Blue) = 105+221+138=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DD8A is #962275. Grayscale: #B1B1B1. Windows color (decimal): -9839222 or 9100649. OLE color: 9100649.

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

Color convert

RGB 105 221 138 -
CMYK 0.52 0 0.38 0.13
HSL 137.07º 0.63% 0.64% -
HSV(B) 137.07º 0.52% 0.87% -
XYZ 36.27 56.55 33.05 -
YUV 176.85 106.07 76.75 -
System Red Green Blue C M Y K H S L
Decimal 105 221 138 0.52 0 0.38 0.13 137.07 0.63 0.64
Hex 69 DD 8A 34 0 26 D 89 3F 40
Octal 151 335 212 64 0 46 15 211 77 100
Binary 1101001 11011101 10001010 110100 0 100110 1101 10001001 111111 1000000

Color Harmonies of #69DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD8A

Black with #69DD8A

Text Example


Text Example

White with #69DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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