Html Css Color HEX #69D96F Pastel Green

📋 copy color: '#69D96F'

red 105 ◦ green 217 ◦ blue 111

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

Shades of Pastel Green #69D96F

Tints of Pastel Green #69D96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 24.25%
G = 50.12%
B = 25.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#69D96F (or 0x69D96F) is known color: Pastel Green. HEX triplet: 69, D9 and 6F. RGB value is (105,217,111). Sum of RGB (Red+Green+Blue) = 105+217+111=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #69D96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D96F is #962690. Grayscale: #ABABAB. Windows color (decimal): -9840273 or 7330153. OLE color: 7330153.

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

Color convert

RGB 105 217 111 -
CMYK 0.52 0 0.49 0.15
HSL 123.21º 0.6% 0.63% -
HSV(B) 123.21º 0.52% 0.85% -
XYZ 33.51 53.78 23.65 -
YUV 171.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 105 217 111 0.52 0 0.49 0.15 123.21 0.6 0.63
Hex 69 D9 6F 34 0 31 F 7B 3C 3F
Octal 151 331 157 64 0 61 17 173 74 77
Binary 1101001 11011001 1101111 110100 0 110001 1111 1111011 111100 111111

Color Harmonies of #69D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D96F

Black with #69D96F

Text Example


Text Example

White with #69D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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