Html Css Color HEX #69D569 Pastel Green

📋 copy color: '#69D569'

red 105 ◦ green 213 ◦ blue 105

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

Shades of Pastel Green #69D569

Tints of Pastel Green #69D569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

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

R = 24.82%
G = 50.35%
B = 24.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#69D569 (or 0x69D569) is known color: Pastel Green. HEX triplet: 69, D5 and 69. RGB value is (105,213,105). Sum of RGB (Red+Green+Blue) = 105+213+105=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #69D569 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D569 is #962A96. Grayscale: #A8A8A8. Windows color (decimal): -9841303 or 6935913. OLE color: 6935913.

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

Color convert

RGB 105 213 105 -
CMYK 0.51 0 0.51 0.16
HSL 120º 0.56% 0.62% -
HSV(B) 120º 0.51% 0.84% -
XYZ 32.17 51.61 21.63 -
YUV 168.4 92.22 82.78 -
System Red Green Blue C M Y K H S L
Decimal 105 213 105 0.51 0 0.51 0.16 120 0.56 0.62
Hex 69 D5 69 33 0 33 10 78 38 3E
Octal 151 325 151 63 0 63 20 170 70 76
Binary 1101001 11010101 1101001 110011 0 110011 10000 1111000 111000 111110

Color Harmonies of #69D569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D569

Black with #69D569

Text Example


Text Example

White with #69D569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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