#69E065

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

Shades of Pastel Green #69E065

Tints of Pastel Green #69E065

Color information

#69E065 (or 0x69E065) is unknown color: approx Pastel Green. HEX triplet: 69, E0 and 65. RGB value is (105,224,101). Sum of RGB (Red+Green+Blue) = 105+224+101=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #69E065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E065 is #961F9A. Grayscale: #AEAEAE. Windows color (decimal): -9838491 or 6676585. OLE color: 6676585.

HSL color Cylindrical-coordinate representation of color #69E065: hue angle of 118.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E065 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB105224101-
CMYK0.5300.550.12
HSL118.05º66.49%63.73%-
HSV(B)118.05º54.91%87.84%-
XYZ34.8357.2521.53-
YUV174.486.5878.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 224 (87.89% from 255) = 52.09%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=24.42%
G=52.09%
B=23.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241010.5300.550.12118.0566.4963.73
Hex69E06535037C764240
Octal1513401456506714166102100
Binary110100111100000110010111010101101111100111011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,101); }

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

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

 a { background-color: rgb(105,224,101); }

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

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

 span { border-color: rgb(105,224,101); }

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