#69EA71

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

Shades of Pastel Green #69EA71

Tints of Pastel Green #69EA71

Color information

#69EA71 (or 0x69EA71) is unknown color: approx Pastel Green. HEX triplet: 69, EA and 71. RGB value is (105,234,113). Sum of RGB (Red+Green+Blue) = 105+234+113=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EA71 is #96158E. Grayscale: #B5B5B5. Windows color (decimal): -9835919 or 7465577. OLE color: 7465577.

HSL color Cylindrical-coordinate representation of color #69EA71: hue angle of 123.72º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EA71 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB105234113-
CMYK0.5500.520.08
HSL123.72º75.44%66.47%-
HSV(B)123.72º55.13%91.76%-
XYZ38.2363.0425.78-
YUV181.6489.2673.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 234 (91.80% from 255) = 51.77%
BLUE value IS 113 (44.53% from 255) = 25%
R=23.23%
G=51.77%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052341130.5500.520.08123.7275.4466.47
Hex69EA713703487c4b42
Octal1513521616706410174113102
Binary110100111101010111000111011101101001000111110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,234,113); }

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

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

 a { background-color: rgb(105,234,113); }

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

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

 span { border-color: rgb(105,234,113); }

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