Html Css Color HEX #69D770 Pastel Green

📋 copy color: '#69D770'

red 105 ◦ green 215 ◦ blue 112

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

Shades of Pastel Green #69D770

Tints of Pastel Green #69D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.77%

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

R = 24.31%
G = 49.77%
B = 25.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#69D770 (or 0x69D770) is known color: Pastel Green. HEX triplet: 69, D7 and 70. RGB value is (105,215,112). Sum of RGB (Red+Green+Blue) = 105+215+112=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #69D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D770 is #96288F. Grayscale: #AAAAAA. Windows color (decimal): -9840784 or 7395177. OLE color: 7395177.

HSL color Cylindrical-coordinate representation of color #69D770: hue angle of 123.82º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D770 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 112 -
CMYK 0.51 0 0.48 0.16
HSL 123.82º 0.58% 0.63% -
HSV(B) 123.82º 0.51% 0.84% -
XYZ 33.05 52.77 23.77 -
YUV 170.37 95.06 81.38 -
System Red Green Blue C M Y K H S L
Decimal 105 215 112 0.51 0 0.48 0.16 123.82 0.58 0.63
Hex 69 D7 70 33 0 30 10 7C 3A 3F
Octal 151 327 160 63 0 60 20 174 72 77
Binary 1101001 11010111 1110000 110011 0 110000 10000 1111100 111010 111111

Color Harmonies of #69D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D770

Black with #69D770

Text Example


Text Example

White with #69D770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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