#69ED85

Color #69ED85 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69ED85

Tints of Pastel Green #69ED85

Color information

#69ED85 (or 0x69ED85) is unknown color: approx Pastel Green. HEX triplet: 69, ED and 85. RGB value is (105,237,133). Sum of RGB (Red+Green+Blue) = 105+237+133=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #69ED85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69ED85 is #96127A. Grayscale: #B9B9B9. Windows color (decimal): -9835131 or 8777065. OLE color: 8777065.

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

Color convert

RGB105237133-
CMYK0.5600.440.07
HSL132.73º78.57%67.06%-
HSV(B)132.73º55.7%92.94%-
XYZ40.3465.2732.66-
YUV185.6898.2770.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 237 (92.97% from 255) = 49.89%
BLUE value IS 133 (52.34% from 255) = 28%
R=22.11%
G=49.89%
B=28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052371330.5600.440.07132.7378.5767.06
Hex69ED853802C7854f43
Octal151355205700547205117103
Binary1101001111011011000010111100001011001111000010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69ED85;
 }
 .AnyTagClassName
 {
   color: #69ED85;
 }
</style>
background-color css

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

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

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

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

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

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