Html Css Color HEX #69E182 Pastel Green

📋 copy color: '#69E182'

red 105 ◦ green 225 ◦ blue 130

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

Shades of Pastel Green #69E182

Tints of Pastel Green #69E182

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.91%

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

R = 22.83%
G = 48.91%
B = 28.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#69E182 (or 0x69E182) is known color: Pastel Green. HEX triplet: 69, E1 and 82. RGB value is (105,225,130). Sum of RGB (Red+Green+Blue) = 105+225+130=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #69E182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E182 is #961E7D. Grayscale: #B2B2B2. Windows color (decimal): -9838206 or 8577385. OLE color: 8577385.

HSL color Cylindrical-coordinate representation of color #69E182: hue angle of 132.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E182 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 225 130 -
CMYK 0.53 0 0.42 0.12
HSL 132.5º 0.67% 0.65% -
HSV(B) 132.5º 0.53% 0.88% -
XYZ 36.78 58.47 30.47 -
YUV 178.29 100.74 75.72 -
System Red Green Blue C M Y K H S L
Decimal 105 225 130 0.53 0 0.42 0.12 132.5 0.67 0.65
Hex 69 E1 82 35 0 2A C 84 43 41
Octal 151 341 202 65 0 52 14 204 103 101
Binary 1101001 11100001 10000010 110101 0 101010 1100 10000100 1000011 1000001

Color Harmonies of #69E182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E182

Black with #69E182

Text Example


Text Example

White with #69E182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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