#69CF7C

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

Shades of Pastel Green #69CF7C

Tints of Pastel Green #69CF7C

Color information

#69CF7C (or 0x69CF7C) is unknown color: approx Pastel Green. HEX triplet: 69, CF and 7C. RGB value is (105,207,124). Sum of RGB (Red+Green+Blue) = 105+207+124=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CF7C is #963083. Grayscale: #A7A7A7. Windows color (decimal): -9842820 or 8179561. OLE color: 8179561.

HSL color Cylindrical-coordinate representation of color #69CF7C: hue angle of 131.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CF7C is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB105207124-
CMYK0.4900.400.19
HSL131.18º51.52%61.18%-
HSV(B)131.18º49.28%81.18%-
XYZ31.7849.0826.87-
YUV167.04103.7183.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=24.08%
G=47.48%
B=28.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052071240.4900.400.19131.1851.5261.18
Hex69CF7C310281383343d
Octal15131717461050232036475
Binary110100111001111111110011000101010001001110000011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,124); }

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

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

 a { background-color: rgb(105,207,124); }

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

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

 span { border-color: rgb(105,207,124); }

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