Html Css Color HEX #69DB76 Pastel Green

📋 copy color: '#69DB76'

red 105 ◦ green 219 ◦ blue 118

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

Shades of Pastel Green #69DB76

Tints of Pastel Green #69DB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

 BLUE value IS 118 (46.48% from 255) = 26.7%

R = 23.76%
G = 49.55%
B = 26.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#69DB76 (or 0x69DB76) is known color: Pastel Green. HEX triplet: 69, DB and 76. RGB value is (105,219,118). Sum of RGB (Red+Green+Blue) = 105+219+118=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB76 is #962489. Grayscale: #ADADAD. Windows color (decimal): -9839754 or 7789417. OLE color: 7789417.

HSL color Cylindrical-coordinate representation of color #69DB76: hue angle of 126.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DB76 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 219 118 -
CMYK 0.52 0 0.46 0.14
HSL 126.84º 0.61% 0.64% -
HSV(B) 126.84º 0.52% 0.86% -
XYZ 34.43 54.97 25.94 -
YUV 173.4 96.73 79.21 -
System Red Green Blue C M Y K H S L
Decimal 105 219 118 0.52 0 0.46 0.14 126.84 0.61 0.64
Hex 69 DB 76 34 0 2E E 7F 3D 40
Octal 151 333 166 64 0 56 16 177 75 100
Binary 1101001 11011011 1110110 110100 0 101110 1110 1111111 111101 1000000

Color Harmonies of #69DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB76

Black with #69DB76

Text Example


Text Example

White with #69DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,219,118); }

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

background-color css

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

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

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

border-color css

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

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

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