Html Css Color HEX #69D969 Pastel Green

📋 copy color: '#69D969'

red 105 ◦ green 217 ◦ blue 105

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

Shades of Pastel Green #69D969

Tints of Pastel Green #69D969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 24.59%
G = 50.82%
B = 24.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#69D969 (or 0x69D969) is known color: Pastel Green. HEX triplet: 69, D9 and 69. RGB value is (105,217,105). Sum of RGB (Red+Green+Blue) = 105+217+105=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #69D969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D969 is #962696. Grayscale: #ABABAB. Windows color (decimal): -9840279 or 6936937. OLE color: 6936937.

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

Color convert

RGB 105 217 105 -
CMYK 0.52 0 0.52 0.15
HSL 120º 0.6% 0.63% -
HSV(B) 120º 0.52% 0.85% -
XYZ 33.19 53.65 21.97 -
YUV 170.74 90.89 81.11 -
System Red Green Blue C M Y K H S L
Decimal 105 217 105 0.52 0 0.52 0.15 120 0.6 0.63
Hex 69 D9 69 34 0 34 F 78 3C 3F
Octal 151 331 151 64 0 64 17 170 74 77
Binary 1101001 11011001 1101001 110100 0 110100 1111 1111000 111100 111111

Color Harmonies of #69D969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D969

Black with #69D969

Text Example


Text Example

White with #69D969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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