Html Css Color HEX #69D17F Pastel Green

📋 copy color: '#69D17F'

red 105 ◦ green 209 ◦ blue 127

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

Shades of Pastel Green #69D17F

Tints of Pastel Green #69D17F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.39%

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

R = 23.81%
G = 47.39%
B = 28.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#69D17F (or 0x69D17F) is known color: Pastel Green. HEX triplet: 69, D1 and 7F. RGB value is (105,209,127). Sum of RGB (Red+Green+Blue) = 105+209+127=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #69D17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D17F is #962E80. Grayscale: #A8A8A8. Windows color (decimal): -9842305 or 8376681. OLE color: 8376681.

HSL color Cylindrical-coordinate representation of color #69D17F: hue angle of 132.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D17F is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 209 127 -
CMYK 0.50 0 0.39 0.18
HSL 132.69º 0.53% 0.62% -
HSV(B) 132.69º 0.5% 0.82% -
XYZ 32.46 50.14 28.05 -
YUV 168.56 104.54 82.67 -
System Red Green Blue C M Y K H S L
Decimal 105 209 127 0.50 0 0.39 0.18 132.69 0.53 0.62
Hex 69 D1 7F 32 0 27 12 85 35 3E
Octal 151 321 177 62 0 47 22 205 65 76
Binary 1101001 11010001 1111111 110010 0 100111 10010 10000101 110101 111110

Color Harmonies of #69D17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D17F

Black with #69D17F

Text Example


Text Example

White with #69D17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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