Html Css Color HEX #69D769 Pastel Green

📋 copy color: '#69D769'

red 105 ◦ green 215 ◦ blue 105

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

Shades of Pastel Green #69D769

Tints of Pastel Green #69D769

RGB

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

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

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

R = 24.71%
G = 50.59%
B = 24.71%

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

#69D769 (or 0x69D769) is known color: Pastel Green. HEX triplet: 69, D7 and 69. RGB value is (105,215,105). Sum of RGB (Red+Green+Blue) = 105+215+105=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #69D769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D769 is #962896. Grayscale: #A9A9A9. Windows color (decimal): -9840791 or 6936425. OLE color: 6936425.

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

Color convert

RGB 105 215 105 -
CMYK 0.51 0 0.51 0.16
HSL 120º 0.58% 0.63% -
HSV(B) 120º 0.51% 0.84% -
XYZ 32.68 52.62 21.8 -
YUV 169.57 91.56 81.94 -
System Red Green Blue C M Y K H S L
Decimal 105 215 105 0.51 0 0.51 0.16 120 0.58 0.63
Hex 69 D7 69 33 0 33 10 78 3A 3F
Octal 151 327 151 63 0 63 20 170 72 77
Binary 1101001 11010111 1101001 110011 0 110011 10000 1111000 111010 111111

Color Harmonies of #69D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D769

Black with #69D769

Text Example


Text Example

White with #69D769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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