#69CD71

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

Shades of Pastel Green #69CD71

Tints of Pastel Green #69CD71

Color information

#69CD71 (or 0x69CD71) is unknown color: approx Pastel Green. HEX triplet: 69, CD and 71. RGB value is (105,205,113). Sum of RGB (Red+Green+Blue) = 105+205+113=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CD71 is #96328E. Grayscale: #A4A4A4. Windows color (decimal): -9843343 or 7458153. OLE color: 7458153.

HSL color Cylindrical-coordinate representation of color #69CD71: hue angle of 124.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CD71 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB105205113-
CMYK0.4900.450.20
HSL124.8º50%60.78%-
HSV(B)124.8º48.78%80.39%-
XYZ30.6447.8623.25-
YUV164.6198.8785.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=24.82%
G=48.46%
B=26.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051130.4900.450.20124.85060.78
Hex69CD713102D147d323d
Octal15131516161055241756275
Binary11010011100110111100011100010101101101001111101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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