Html Css Color HEX #69EC80 Pastel Green

📋 copy color: '#69EC80'

red 105 ◦ green 236 ◦ blue 128

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

Shades of Pastel Green #69EC80

Tints of Pastel Green #69EC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.32%

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 22.39%
G = 50.32%
B = 27.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#69EC80 (or 0x69EC80) is known color: Pastel Green. HEX triplet: 69, EC and 80. RGB value is (105,236,128). Sum of RGB (Red+Green+Blue) = 105+236+128=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC80 is #96137F. Grayscale: #B8B8B8. Windows color (decimal): -9835392 or 8449129. OLE color: 8449129.

HSL color Cylindrical-coordinate representation of color #69EC80: hue angle of 130.53º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EC80 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 236 128 -
CMYK 0.56 0 0.46 0.07
HSL 130.53º 0.78% 0.67% -
HSV(B) 130.53º 0.56% 0.93% -
XYZ 39.72 64.55 30.79 -
YUV 184.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 105 236 128 0.56 0 0.46 0.07 130.53 0.78 0.67
Hex 69 EC 80 38 0 2E 7 83 4E 43
Octal 151 354 200 70 0 56 7 203 116 103
Binary 1101001 11101100 10000000 111000 0 101110 111 10000011 1001110 1000011

Color Harmonies of #69EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EC80

Black with #69EC80

Text Example


Text Example

White with #69EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,236,128); }

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

background-color css

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

 a { background-color: rgb(105,236,128); }

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

border-color css

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

 span { border-color: rgb(105,236,128); }

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