Html Css Color HEX #69D382 Pastel Green

📋 copy color: '#69D382'

red 105 ◦ green 211 ◦ blue 130

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

Shades of Pastel Green #69D382

Tints of Pastel Green #69D382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 23.54%
G = 47.31%
B = 29.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#69D382 (or 0x69D382) is known color: Pastel Green. HEX triplet: 69, D3 and 82. RGB value is (105,211,130). Sum of RGB (Red+Green+Blue) = 105+211+130=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #69D382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D382 is #962C7D. Grayscale: #AAAAAA. Windows color (decimal): -9841790 or 8573801. OLE color: 8573801.

HSL color Cylindrical-coordinate representation of color #69D382: hue angle of 134.15º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D382 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 105 211 130 -
CMYK 0.50 0 0.38 0.17
HSL 134.15º 0.55% 0.62% -
HSV(B) 134.15º 0.5% 0.83% -
XYZ 33.15 51.2 29.26 -
YUV 170.07 105.38 81.59 -
System Red Green Blue C M Y K H S L
Decimal 105 211 130 0.50 0 0.38 0.17 134.15 0.55 0.62
Hex 69 D3 82 32 0 26 11 86 37 3E
Octal 151 323 202 62 0 46 21 206 67 76
Binary 1101001 11010011 10000010 110010 0 100110 10001 10000110 110111 111110

Color Harmonies of #69D382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D382

Black with #69D382

Text Example


Text Example

White with #69D382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,211,130); }

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

background-color css

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

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

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

border-color css

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

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

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