Html Css Color HEX #69D580 Pastel Green

📋 copy color: '#69D580'

red 105 ◦ green 213 ◦ blue 128

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

Shades of Pastel Green #69D580

Tints of Pastel Green #69D580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

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

R = 23.54%
G = 47.76%
B = 28.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#69D580 (or 0x69D580) is known color: Pastel Green. HEX triplet: 69, D5 and 80. RGB value is (105,213,128). Sum of RGB (Red+Green+Blue) = 105+213+128=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #69D580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D580 is #962A7F. Grayscale: #ABABAB. Windows color (decimal): -9841280 or 8443241. OLE color: 8443241.

HSL color Cylindrical-coordinate representation of color #69D580: hue angle of 132.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D580 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 213 128 -
CMYK 0.51 0 0.40 0.16
HSL 132.78º 0.56% 0.62% -
HSV(B) 132.78º 0.51% 0.84% -
XYZ 33.52 52.15 28.72 -
YUV 171.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 105 213 128 0.51 0 0.40 0.16 132.78 0.56 0.62
Hex 69 D5 80 33 0 28 10 85 38 3E
Octal 151 325 200 63 0 50 20 205 70 76
Binary 1101001 11010101 10000000 110011 0 101000 10000 10000101 111000 111110

Color Harmonies of #69D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D580

Black with #69D580

Text Example


Text Example

White with #69D580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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