Html Css Color HEX #69E482 Pastel Green

📋 copy color: '#69E482'

red 105 ◦ green 228 ◦ blue 130

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

Shades of Pastel Green #69E482

Tints of Pastel Green #69E482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.24%

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

R = 22.68%
G = 49.24%
B = 28.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#69E482 (or 0x69E482) is known color: Pastel Green. HEX triplet: 69, E4 and 82. RGB value is (105,228,130). Sum of RGB (Red+Green+Blue) = 105+228+130=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #69E482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E482 is #961B7D. Grayscale: #B4B4B4. Windows color (decimal): -9837438 or 8578153. OLE color: 8578153.

HSL color Cylindrical-coordinate representation of color #69E482: hue angle of 132.2º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E482 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 228 130 -
CMYK 0.54 0 0.43 0.11
HSL 132.2º 0.69% 0.65% -
HSV(B) 132.2º 0.54% 0.89% -
XYZ 37.6 60.1 30.74 -
YUV 180.05 99.75 74.47 -
System Red Green Blue C M Y K H S L
Decimal 105 228 130 0.54 0 0.43 0.11 132.2 0.69 0.65
Hex 69 E4 82 36 0 2B B 84 45 41
Octal 151 344 202 66 0 53 13 204 105 101
Binary 1101001 11100100 10000010 110110 0 101011 1011 10000100 1000101 1000001

Color Harmonies of #69E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E482

Black with #69E482

Text Example


Text Example

White with #69E482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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