Html Css Color HEX #69D669 Pastel Green

📋 copy color: '#69D669'

red 105 ◦ green 214 ◦ blue 105

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

Shades of Pastel Green #69D669

Tints of Pastel Green #69D669

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

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

R = 24.76%
G = 50.47%
B = 24.76%

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

#69D669 (or 0x69D669) is known color: Pastel Green. HEX triplet: 69, D6 and 69. RGB value is (105,214,105). Sum of RGB (Red+Green+Blue) = 105+214+105=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #69D669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D669 is #962996. Grayscale: #A9A9A9. Windows color (decimal): -9841047 or 6936169. OLE color: 6936169.

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

Color convert

RGB 105 214 105 -
CMYK 0.51 0 0.51 0.16
HSL 120º 0.57% 0.63% -
HSV(B) 120º 0.51% 0.84% -
XYZ 32.42 52.12 21.72 -
YUV 168.98 91.89 82.36 -
System Red Green Blue C M Y K H S L
Decimal 105 214 105 0.51 0 0.51 0.16 120 0.57 0.63
Hex 69 D6 69 33 0 33 10 78 39 3F
Octal 151 326 151 63 0 63 20 170 71 77
Binary 1101001 11010110 1101001 110011 0 110011 10000 1111000 111001 111111

Color Harmonies of #69D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D669

Black with #69D669

Text Example


Text Example

White with #69D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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