#69E675

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

Shades of Pastel Green #69E675

Tints of Pastel Green #69E675

Color information

#69E675 (or 0x69E675) is unknown color: approx Pastel Green. HEX triplet: 69, E6 and 75. RGB value is (105,230,117). Sum of RGB (Red+Green+Blue) = 105+230+117=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #69E675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E675 is #96198A. Grayscale: #B4B4B4. Windows color (decimal): -9836939 or 7726697. OLE color: 7726697.

HSL color Cylindrical-coordinate representation of color #69E675: hue angle of 125.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E675 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB105230117-
CMYK0.5400.490.10
HSL125.76º71.43%65.69%-
HSV(B)125.76º54.35%90.2%-
XYZ37.3360.8826.61-
YUV179.7492.5974.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 230 (90.23% from 255) = 50.88%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=23.23%
G=50.88%
B=25.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1052301170.5400.490.10125.7671.4365.69
Hex69E67536031A7e4742
Octal1513461656606112176107102
Binary110100111100110111010111011001100011010111111010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,230,117); }

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

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

 a { background-color: rgb(105,230,117); }

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

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

 span { border-color: rgb(105,230,117); }

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