#69CD6F

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

Shades of Pastel Green #69CD6F

Tints of Pastel Green #69CD6F

Color information

#69CD6F (or 0x69CD6F) is unknown color: approx Pastel Green. HEX triplet: 69, CD and 6F. RGB value is (105,205,111). Sum of RGB (Red+Green+Blue) = 105+205+111=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CD6F is #963290. Grayscale: #A4A4A4. Windows color (decimal): -9843345 or 7327081. OLE color: 7327081.

HSL color Cylindrical-coordinate representation of color #69CD6F: hue angle of 123.6º 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 #69CD6F is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB105205111-
CMYK0.4900.460.20
HSL123.6º50%60.78%-
HSV(B)123.6º48.78%80.39%-
XYZ30.5347.8122.66-
YUV164.3897.8785.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=24.94%
G=48.69%
B=26.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051110.4900.460.20123.65060.78
Hex69CD6F3102E147c323d
Octal15131515761056241746275
Binary11010011100110111011111100010101110101001111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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