Html Css Color HEX #69D970 Pastel Green

📋 copy color: '#69D970'

red 105 ◦ green 217 ◦ blue 112

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

Shades of Pastel Green #69D970

Tints of Pastel Green #69D970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 24.19%
G = 50%
B = 25.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#69D970 (or 0x69D970) is known color: Pastel Green. HEX triplet: 69, D9 and 70. RGB value is (105,217,112). Sum of RGB (Red+Green+Blue) = 105+217+112=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #69D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D970 is #96268F. Grayscale: #ABABAB. Windows color (decimal): -9840272 or 7395689. OLE color: 7395689.

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

Color convert

RGB 105 217 112 -
CMYK 0.52 0 0.48 0.15
HSL 123.75º 0.6% 0.63% -
HSV(B) 123.75º 0.52% 0.85% -
XYZ 33.56 53.8 23.94 -
YUV 171.54 94.39 80.54 -
System Red Green Blue C M Y K H S L
Decimal 105 217 112 0.52 0 0.48 0.15 123.75 0.6 0.63
Hex 69 D9 70 34 0 30 F 7C 3C 3F
Octal 151 331 160 64 0 60 17 174 74 77
Binary 1101001 11011001 1110000 110100 0 110000 1111 1111100 111100 111111

Color Harmonies of #69D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D970

Black with #69D970

Text Example


Text Example

White with #69D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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