Html Css Color HEX #69EC85 Pastel Green

📋 copy color: '#69EC85'

red 105 ◦ green 236 ◦ blue 133

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

Shades of Pastel Green #69EC85

Tints of Pastel Green #69EC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 22.15%
G = 49.79%
B = 28.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#69EC85 (or 0x69EC85) is known color: Pastel Green. HEX triplet: 69, EC and 85. RGB value is (105,236,133). Sum of RGB (Red+Green+Blue) = 105+236+133=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC85 is #96137A. Grayscale: #B9B9B9. Windows color (decimal): -9835387 or 8776809. OLE color: 8776809.

HSL color Cylindrical-coordinate representation of color #69EC85: hue angle of 132.82º 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 #69EC85 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 236 133 -
CMYK 0.56 0 0.44 0.07
HSL 132.82º 0.78% 0.67% -
HSV(B) 132.82º 0.56% 0.93% -
XYZ 40.05 64.69 32.57 -
YUV 185.09 98.6 70.88 -
System Red Green Blue C M Y K H S L
Decimal 105 236 133 0.56 0 0.44 0.07 132.82 0.78 0.67
Hex 69 EC 85 38 0 2C 7 85 4E 43
Octal 151 354 205 70 0 54 7 205 116 103
Binary 1101001 11101100 10000101 111000 0 101100 111 10000101 1001110 1000011

Color Harmonies of #69EC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EC85

Black with #69EC85

Text Example


Text Example

White with #69EC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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