Html Css Color HEX #69D97C Pastel Green

📋 copy color: '#69D97C'

red 105 ◦ green 217 ◦ blue 124

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

Shades of Pastel Green #69D97C

Tints of Pastel Green #69D97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 23.54%
G = 48.65%
B = 27.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#69D97C (or 0x69D97C) is known color: Pastel Green. HEX triplet: 69, D9 and 7C. RGB value is (105,217,124). Sum of RGB (Red+Green+Blue) = 105+217+124=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #69D97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D97C is #962683. Grayscale: #ADADAD. Windows color (decimal): -9840260 or 8182121. OLE color: 8182121.

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

Color convert

RGB 105 217 124 -
CMYK 0.52 0 0.43 0.15
HSL 130.18º 0.6% 0.63% -
HSV(B) 130.18º 0.52% 0.85% -
XYZ 34.28 54.08 27.7 -
YUV 172.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 105 217 124 0.52 0 0.43 0.15 130.18 0.6 0.63
Hex 69 D9 7C 34 0 2B F 82 3C 3F
Octal 151 331 174 64 0 53 17 202 74 77
Binary 1101001 11011001 1111100 110100 0 101011 1111 10000010 111100 111111

Color Harmonies of #69D97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D97C

Black with #69D97C

Text Example


Text Example

White with #69D97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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