Html Css Color HEX #69D982 Pastel Green

📋 copy color: '#69D982'

red 105 ◦ green 217 ◦ blue 130

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

Shades of Pastel Green #69D982

Tints of Pastel Green #69D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.01%

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

R = 23.23%
G = 48.01%
B = 28.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#69D982 (or 0x69D982) is known color: Pastel Green. HEX triplet: 69, D9 and 82. RGB value is (105,217,130). Sum of RGB (Red+Green+Blue) = 105+217+130=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #69D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D982 is #96267D. Grayscale: #ADADAD. Windows color (decimal): -9840254 or 8575337. OLE color: 8575337.

HSL color Cylindrical-coordinate representation of color #69D982: hue angle of 133.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D982 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 130 -
CMYK 0.52 0 0.40 0.15
HSL 133.39º 0.6% 0.63% -
HSV(B) 133.39º 0.52% 0.85% -
XYZ 34.67 54.24 29.76 -
YUV 173.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 105 217 130 0.52 0 0.40 0.15 133.39 0.6 0.63
Hex 69 D9 82 34 0 28 F 85 3C 3F
Octal 151 331 202 64 0 50 17 205 74 77
Binary 1101001 11011001 10000010 110100 0 101000 1111 10000101 111100 111111

Color Harmonies of #69D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D982

Black with #69D982

Text Example


Text Example

White with #69D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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