#69D278

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

Shades of Pastel Green #69D278

Tints of Pastel Green #69D278

Color information

#69D278 (or 0x69D278) is unknown color: approx Pastel Green. HEX triplet: 69, D2 and 78. RGB value is (105,210,120). Sum of RGB (Red+Green+Blue) = 105+210+120=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #69D278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D278 is #962D87. Grayscale: #A8A8A8. Windows color (decimal): -9842056 or 7918185. OLE color: 7918185.

HSL color Cylindrical-coordinate representation of color #69D278: hue angle of 128.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D278 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB105210120-
CMYK0.5000.430.18
HSL128.57º53.85%61.76%-
HSV(B)128.57º50%82.35%-
XYZ32.2650.4525.81-
YUV168.34100.7182.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=24.14%
G=48.28%
B=27.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052101200.5000.430.18128.5753.8561.76
Hex69D2783202B1281363e
Octal15132217062053222016676
Binary110100111010010111100011001001010111001010000001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,210,120); }

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

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

 a { background-color: rgb(105,210,120); }

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

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

 span { border-color: rgb(105,210,120); }

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