#69CF6E

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

Shades of Pastel Green #69CF6E

Tints of Pastel Green #69CF6E

Color information

#69CF6E (or 0x69CF6E) is unknown color: approx Pastel Green. HEX triplet: 69, CF and 6E. RGB value is (105,207,110). Sum of RGB (Red+Green+Blue) = 105+207+110=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CF6E is #963091. Grayscale: #A5A5A5. Windows color (decimal): -9842834 or 7262057. OLE color: 7262057.

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

Color convert

RGB105207110-
CMYK0.4900.470.19
HSL122.94º51.52%61.18%-
HSV(B)122.94º49.28%81.18%-
XYZ30.9548.7522.53-
YUV165.4496.7184.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 207 (81.25% from 255) = 49.05%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=24.88%
G=49.05%
B=26.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052071100.4900.470.19122.9451.5261.18
Hex69CF6E3102F137b343d
Octal15131715661057231736475
Binary11010011100111111011101100010101111100111111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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