#69EF88

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

Shades of Pastel Green #69EF88

Tints of Pastel Green #69EF88

Color information

#69EF88 (or 0x69EF88) is unknown color: approx Pastel Green. HEX triplet: 69, EF and 88. RGB value is (105,239,136). Sum of RGB (Red+Green+Blue) = 105+239+136=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EF88 is #961077. Grayscale: #BBBBBB. Windows color (decimal): -9834616 or 8974185. OLE color: 8974185.

HSL color Cylindrical-coordinate representation of color #69EF88: hue angle of 133.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF88 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB105239136-
CMYK0.5600.430.06
HSL133.88º80.72%67.45%-
HSV(B)133.88º56.07%93.73%-
XYZ41.1466.5133.96-
YUV187.1999.1169.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 239 (93.75% from 255) = 49.79%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=21.88%
G=49.79%
B=28.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391360.5600.430.06133.8880.7267.45
Hex69EF883802B6865143
Octal151357210700536206121103
Binary1101001111011111000100011100001010111101000011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,136); }

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

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

 a { background-color: rgb(105,239,136); }

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

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

 span { border-color: rgb(105,239,136); }

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