Html Css Color HEX #69D980 Pastel Green

📋 copy color: '#69D980'

red 105 ◦ green 217 ◦ blue 128

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

Shades of Pastel Green #69D980

Tints of Pastel Green #69D980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 23.33%
G = 48.22%
B = 28.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#69D980 (or 0x69D980) is known color: Pastel Green. HEX triplet: 69, D9 and 80. RGB value is (105,217,128). Sum of RGB (Red+Green+Blue) = 105+217+128=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #69D980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D980 is #96267F. Grayscale: #ADADAD. Windows color (decimal): -9840256 or 8444265. OLE color: 8444265.

HSL color Cylindrical-coordinate representation of color #69D980: hue angle of 132.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D980 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 128 -
CMYK 0.52 0 0.41 0.15
HSL 132.32º 0.6% 0.63% -
HSV(B) 132.32º 0.52% 0.85% -
XYZ 34.53 54.19 29.06 -
YUV 173.37 102.39 79.24 -
System Red Green Blue C M Y K H S L
Decimal 105 217 128 0.52 0 0.41 0.15 132.32 0.6 0.63
Hex 69 D9 80 34 0 29 F 84 3C 3F
Octal 151 331 200 64 0 51 17 204 74 77
Binary 1101001 11011001 10000000 110100 0 101001 1111 10000100 111100 111111

Color Harmonies of #69D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D980

Black with #69D980

Text Example


Text Example

White with #69D980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,217,128); }

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

background-color css

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

 a { background-color: rgb(105,217,128); }

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

border-color css

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

 span { border-color: rgb(105,217,128); }

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